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...