You can change a spreadsheet’s locale, time zone, calculation settings, and functions language in Google Sheets.
When you make a change, it changes for the entire spreadsheet. Everyone working on it will see the changes, regardless of their location.
When you change the locale and time zone of a spreadsheet, it changes the spreadsheet’s default currency, date, and number formatting.
- On your computer, open a spreadsheet in Google Sheets .
- Click File Settings.
- Under "General," click the "Locale" and "Time zone" menus to change your settings.
- Click Save settings.
Changing the locale doesn’t change your language settings in Google Sheets. You can set the language in Google Account settings .
You can change the language of Google Sheets functions between English and 21 other languages.
- Make sure you’re set to a non-English language in Google Account settings .
- On your computer, open a spreadsheet in Google Sheets .
- Click File Settings.
- Under "Display language," uncheck "Always use English function names" to see functions in your display language.
- Click Save Settings.
Language options
Google Sheets supports functions in these languages:
- Czech
- Danish
- Dutch
- English
- Estonian
- Finnish
- French
- German
- Hungarian
- Italian
- Japanese
- Malaysian
- Norwegian (Bokmal)
- Polish
- Portuguese (Portugal)
- Portuguese (Brazil)
- Russian
- Slovenian
- Spanish
- Swedish
- Turkish
- Ukrainian
When any value in a sheet changes, the change can automatically trigger a recalculation.
For example, if cell A1 = 5, and no other tabs, cells, or formula refers to A1, then when you change the value in A1 from 5 to 7, there’s no recalculation.
However, if other tabs, cells, or formulas refer to A1, then whenever you change A1, a recalculation is automatically triggered. For example, B1 contains the formula =A1+10.
Some functions need to have specific controls in terms of how often we want to trigger a recalculation. For example volatile functions such as TODAY , NOW , RAND , and RANDBETWEEN , because those values inherently change all the time. TODAY changes every new day, NOW changes every second, and RAND and RANDBETWEE N change at an infinite frequency.
This can cause the entire sheet to not work. To choose how often formulas calculate:
- On your computer, open a spreadsheet in Google Sheets .
- Click File Settings Calculation.
- Choose settings for:
- Recalculation:Sets how often certain formulas are updated.
- Iterative calculation:Sets the number of times a formula with a circular reference can occur.
- Click Save settings.
Functions that pull data from outside the spreadsheet recalculate at the following times:
- ImportRange:30 minutes
- ImportHtml, ImportFeed, ImportData, ImportXml:1 hour
- GoogleFinance:may be delayed up to 20 minutes