Every formula I paste from a tutorial gives a formula parse error until I retype it by hand
Copying anything with more than one argument out of a blog post or a help page fails immediately, and typing the identical thing character by character works. The file was created by a colleague in another country if that matters. I have checked for missing brackets about nine times and it is not that. What is actually different between the pasted version and the typed one?
@xlookup_lena · 3mo ago · 3 replies
Two separate things bite here and you are probably hitting both. The file locale decides the argument separator, and in a number of locales it is a semicolon rather than a comma because the comma is the decimal mark, so every comma you paste is a parse error. On top of that, blog posts often serve curly quotes instead of straight ones, and a curly quote around a string is never valid. Check File then Settings for the locale, and paste into a plain text editor first to see what characters you are actually carrying.
Reply
Report
@csv_apologist · 3mo ago
Worth knowing it works in reverse too. Formulas you write now will paste badly into a colleague's file in the other locale, so if you share these, share them as descriptions rather than as strings.
Reply
Report
@till_and_tally · 3mo ago
It is the semicolon. Colleague set the file up in his own locale and I have been fighting it for a fortnight.
Reply
Report