column alignment

C

ChSp

How do I decimal align a column of numbers, them indent the numbers so they
line up with the column heading text, which is center justified?
 
D

Dave Peterson

You could try to give them a format like:

#,###.?????

You'll have to play around with it to make it fit the cell nicely.
 
Top