I'd like to create a publishable data table in Excel. Numbers may range from 0.010 to 1,000. I need to have similar significant figures and aligned decimal points. This is what I am looking for as display:
0.131 -> 0.1310
1.3 -> 1.300
130 -> 130.0
13.1 -> 13.10
1300 -> 1,300
For the 1300, I got a decimal to not be on the end (e.g. 1,300.) using the below strategy. But this does not align the over 1000 with the other decimal point areas.
0.1582
1.582
15.82
158.2
1,582
This is what I have used:
Format cell to be 0.????. Then also used Conditional Formatting Rule of:
Cell Value greater than or equal to 1000
Format -> Custom -> ###,###
It also needs to keep sig figs at 4, which it is set at whatever number you type in to begin with. I would like this to be automatic.
Any help here would be greatly appreciated.