beadedbytes
Technical User
I need some help in changing the format of currency used as axes values.
In the source data, the dollar values are:
$17,939,065
$41,418,973
$7,692,284
$2,643,272
The axes values are 0--$10.0M--$20.0M--$30.0M--$40.0M--$50.0M. The Excel 'Format Code' used = $#,##0.0,,"M";$#,##0.0,"M";General.
Now, in the updated source data, the dollar values are:
$447,962
$179,117
$18,290
$12,125
Using the same Format Code, the axes values have changed to:
0--$0.1M--$0.1M--$0.2M--$0.2M--$0.3M--$0.3M--$0.4M--$0.4M--$0.5M--$0.5M
How do I change the Format Code so that the axes reflects the new source data ($12M -$447M) while still using $xxM format?
In the source data, the dollar values are:
$17,939,065
$41,418,973
$7,692,284
$2,643,272
The axes values are 0--$10.0M--$20.0M--$30.0M--$40.0M--$50.0M. The Excel 'Format Code' used = $#,##0.0,,"M";$#,##0.0,"M";General.
Now, in the updated source data, the dollar values are:
$447,962
$179,117
$18,290
$12,125
Using the same Format Code, the axes values have changed to:
0--$0.1M--$0.1M--$0.2M--$0.2M--$0.3M--$0.3M--$0.4M--$0.4M--$0.5M--$0.5M
How do I change the Format Code so that the axes reflects the new source data ($12M -$447M) while still using $xxM format?