EU CSV import
Amount column 1.234,56 imports as text until you split and convert to numeric with locale-aware cleanup.
Locale controls whether function arguments separate with commas or semicolons and whether decimals use dot or comma. A sheet set to France may expect =SUM(A1;A10) while US expects =SUM(A1,A10). CSV imports and array literals also clash when decimal commas meet comma separators. File > Settings > Locale sets the default behavior for new formulas in that file.
Watch locale when sharing files internationally, parsing European CSV amounts, writing ARRAY literals, or pasting formulas from Excel templates built in another region.
Do not change locale casually on production models mid-year without retesting every formula and import pipeline that assumed the old separators.
Open File > Settings and note Locale for the spreadsheet file.
Use the separator the locale expects between function arguments in new formulas you type.
Import CSV with correct separator detection or use Data > Split text to columns after import.
Store numbers as true numeric cells, not text with locale-specific decimal commas, before math.
ARRAY literal row vs column separators follow locale rules paired with argument separators.
When collaborating across regions, document locale on README tab and avoid mixed formula paste.
Amount column 1.234,56 imports as text until you split and convert to numeric with locale-aware cleanup.
Replace commas between args with semicolons or switch locale temporarily while converting batch.
Verify whether semicolon separates rows in array literal per locale before MMULT test fails.
Build this without starting from a blank cell
Use a Better Sheets tool for Locale separators, then watch a walkthrough when you want the full pattern.
Watch how Locale separators works
Guides that explain Locale separators in more depth.
Hello, Better Sheet members and non-Better Sheet members! This tutorial is about every locale listed in Google Sheets. If you live in a country that is not well represented with blog posts or someone makes a blog post about a Google Sheets issue, they create a Google Sheet formula and then you copy and paste it into your sheet and it has the wrong delimiter. How do you resolve that? I'm going to show you how you can fix that and how you can know if there's a problem. Locales. What are the...
Read post →If you live in a country that is not well represented with blog posts or someone makes a blog post about a Google Sheets issue, they create a Google Sheet formula and then you copy and paste it into your sheet and it has the wrong delimiter. How do you resolve that?
Read post →Every formula starts with = followed by a function name and arguments in parentheses. Ranges use A1 notation, text sits in quotes, and operators like + and & combine values. Sheets recalculates when inputs change, so syntax errors show as #NAME? or #ERROR! in the cell.
Read guide →CSV (comma-separated values) is a plain-text table format Sheets opens, imports, and exports easily. Use File > Import for controlled uploads or File > Download > CSV for handoffs to other tools. Watch encoding, delimiters, and date formats because CSV does not store types the way a native sheet does.
Read guide →Importing means pulling external data into a spreadsheet tab: from a file upload, another Google Sheet, a published CSV URL, or a function like IMPORTRANGE. The import dialog controls separator, locale, and whether new rows replace or append existing data.
Read guide →#VALUE! means Google Sheets cannot interpret an argument as the type the function expects. Common causes include text in a math formula, invalid dates, wrong delimiter locale, or passing a range where a scalar is required.
Read guide →Done reading about Locale separators?
Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.
Need this once
Jump to a free tool or a single tutorial for this topic.
Learning Sheets for real
Unlock the full library, generators, and templates with membership.