Forum Discussion
Anonymous
4 years agoNot applicable
Space as thousand seperator using Format()
Hi, I need to use a space as thousand seperator in my format function: In this example i used ',' as a seperator and everything is fine: when I change the ',' with a ' ' (space) you see ...
- 4 years ago
Anonymous , In case comma, it does it automatically
try
"### ### ###.##"
amitchandak
Super User
4 years agoAnonymous , Try like
"# ###.##"
- Anonymous4 years agoNot applicable
Hi amitchandak ,
as you can see below, when the number > 1M , it doesn't show the seperator with your solution.
- amitchandak4 years ago
Super User
Anonymous , In case comma, it does it automatically
try
"### ### ###.##"
- Anonymous4 years agoNot applicable
I was looking for a more generic or automatic way, but if there is no other solution I will have to do it this way ..
Thanks for your answers.