Forum Discussion

jburklund's avatar
jburklund
Icon for Helper III rankHelper III
6 years ago
Solved

Help 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...
  • amitchandak's avatar
    amitchandak
    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.