Hi,
I am trying to combine 2 cell formats
The first format is
[>=1000000]$0.0,,"m";[>=1000]$0.0,"k";$0.0
This basically change dollar values in millions to show in the cell $1.3m and cells values in the thousands as $15.6k (instead of showing the full dollar figure
The second format is
[Red][<=-1000000]($0.0,,"m");[<=-1000]($0.0,"k");0.0
Very similar the the first custom format but make the cell font red and incorporates brackets e.g ($1.3m) and ($15.6k)
I want to combine the 2 above custom formats as one cell format that caters for both of the above.
Is it possible?
I am trying to combine 2 cell formats
The first format is
[>=1000000]$0.0,,"m";[>=1000]$0.0,"k";$0.0
This basically change dollar values in millions to show in the cell $1.3m and cells values in the thousands as $15.6k (instead of showing the full dollar figure
The second format is
[Red][<=-1000000]($0.0,,"m");[<=-1000]($0.0,"k");0.0
Very similar the the first custom format but make the cell font red and incorporates brackets e.g ($1.3m) and ($15.6k)
I want to combine the 2 above custom formats as one cell format that caters for both of the above.
Is it possible?