Hi all -
This seems like it should be easy. Hopefully someone can help.
I want to have a column of numbers formatted such that:
1) Centered in the cell
2) $ and thousands separator (,)
3) No decimal places
4) 0 is displayed as $ -
Those are easy.
Here's the sticky parts:
4) I want the $ signs lined up regardless of size of the number (i.e. the number 99,999 would have 1 extra space between the $ and the first number compared to 100,000).
5) I don't want to use the * because that pushes the dollar sign to the far left and the number to the far right - I want the numbers centered.
So, basically, I want it to look like:
$ 100,000,000
$ 10,000,000
$ 1,000,000
etc...noting that I want it centered in the cell.