JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
ISP Work
ISP Work
Ideas
CoRE-Math
Follow-up
Meetings & Events
Organisations
People
Permanent Notes
Planning
Tasks
Quick Notes
Research Notes
Working Docs
Travel
More
Share
Explore
Style: Number & Decimal Format
Number styles
Number styles
Context
Recommended
Example
Notes
Context
Recommended
Example
Notes
English text or data
Comma for thousands, dot for decimals
1,234.56
Use in English reports and international communication.
Technical tables or code
ISO/neutral numeric form
1,234.56
Avoids locale issues; preferred in CSV, JSON, etc.
Swedish text or data
Space for thousands, comma for decimals
1 234,56
Follows Swedish typographic and accounting norms.
There are no rows in this table
Be consistent within each document or dataset.
Use
thin spaces
(Option + Space) for thousands separators in Swedish if formatting allows.
Avoid mixing systems (e.g., 1,234,56).
For currencies, include the
symbol and spacing
consistently:
Swedish: 1 234,50 kr
English: SEK 1,234.50 or €1,234.50
In structured tables (like Airtable or Excel), rely on
locale settings
rather than manual separators.
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.