Forum Discussion
ArchiveUser
8 years agoQrew Captain
I believe - though I haven't verified it - if you do a formula text field as follows, it will work:
"'" & [UPC]
That would be a double quote, single quote, double quote at the beginning. In theory, it should pass something like this to the CSV:
'897757002605
Excel reads the single quote as a text identifier, so it shouldn't push it to scientific notation...hopefully.
"'" & [UPC]
That would be a double quote, single quote, double quote at the beginning. In theory, it should pass something like this to the CSV:
'897757002605
Excel reads the single quote as a text identifier, so it shouldn't push it to scientific notation...hopefully.
MichaelBarrow
8 years agoQrew Cadet
Yes, I've had to do a similar thing with phone numbers getting exported into Google Sheets.