Forum Discussion
jburklund
Helper III
6 years agoHelp with billions number formatting
I am trying to format the number $1,558,753,918 to read $1.56B I would use the built in billions formatting but it uses "bn" instead of "B" after a number. I have tried using the format funct...
- 6 years ago
I used this and I am getting $1.56B
Measure = format(1558753918,"$#,,,.##B")Just make sure the data which you are formatting is number.
v-chuncz-msft
Community Support
6 years ago- jburklund6 years ago
Helper III
Thank you v-chuncz-msft but this still just gets me to $1B. I need it to also show to the nearest millions, i.e. $1.56B.
- amitchandak6 years ago
Super User
Try giving ## after decimal too
- jburklund6 years ago
Helper III
Thanks but now I get $.01B