Looking good on screen, accurate in calculations
If you want to add thousand separators or a currency symbol to a number without changing the actual value used in calculations, a custom format code solves exactly that problem β display and calculation stay completely separate.
Formatting rules vary by spreadsheet program
Format codes are broadly consistent across Excel and Google Sheets, but always double-check your specific currency symbol and separator conventions, since punctuation and symbol placement can vary from country to country.
Frequently Asked Questions
Can I show negative numbers in red?
Yes. Separating positive and negative formats with a semicolon, like "#,##0;[Red]-#,##0", displays only negative numbers in red.
Does applying a custom format change the underlying value?
No. Formatting only changes how a value is displayed on screen β it has no effect on the actual value stored in the cell or on any formula calculations.