Question

Excel integration putting quotes in text answers

  • 3 February 2024
  • 2 replies
  • 47 views

Text answers been synced into Excel with quotations.

Ex: John saved as “’John” in Excel


2 replies

Userlevel 2
Badge

Hey bequest, 

It sounds like when the API returns the data to Excel, there's a string formatting error. You can fix this in your excel by either using search > replace all in excel and just replace the quotes with nothing or you can add a new column next to your text column with the following formula: 
 

=SUBSTITUTE(A2, CHAR(34), “”)
Userlevel 7
Badge +5

Hi @bequest I hope you’re doing well! Did the solution above work for you? 

Reply