Having Trouble Showing Negative Millions as "##.# M" With Custom Text Format

Aimee S.

Board Regular
Joined
Sep 28, 2010
Messages
236
Office Version
  1. 365
Platform
  1. Windows
Hello, Folks.

[>=1000000] $#,##0.0,," M";[<1000000] $#,##0.0," K";General

I have been using this custom format for a while now (I have forgotten from where I nabbed it online, but it has served me well to-date in terms of showing thousands and millions as one-point decimals with a K and M for easier reading).

Is it possible to expand the rule set for this custom format to accommodate negative amounts less than -999999 so that instead of showing, say, - $1,657.2 K it correctly shows - $1.7 M? Or is the custom format too complicated, meaning the above is the limit of what Excel can handle?

Thanks for your time.
Aimee
 
Last edited:

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You can't do any more than that because there are only 4 spots for number formatting.

Without any conditions, they are by default:
Positive;Negative;Zero;Text

I don't believe your General at the end will do anything because that is the text spot.
 
Upvote 0
You could use conditional formatting to make it as complicated as you like.
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top