Forum Discussion

SJD-Fairfax's avatar
SJD-Fairfax
Copper Contributor
Dec 27, 2018
Solved

How do I display millions and billions like this $15M or $10B and still be able to calculate it?

I need to create a chart for a client that uses these formats, such as $0.2B or $10M and since it's a bar chart, I need it to pick up the values.
  • JWR1138's avatar
    Dec 27, 2018

    You could use a custom cell format for your source data, not sure exactly where you want to break from M to B or how much you want the displayed numbers rounded though. Ex:

     

    [>99999999]#.##,,," B";[>99999]#.##,," M"

Resources