Decimal Formatting

  • Thread starter Thread starter Paul Smith
  • Start date Start date
P

Paul Smith

Is there any way to format a column so that the decimal places line up,
without adding decimal places to figures that do not have them, i.e. turn...

219.4
306
180.3
219.2
198

into

219.4
306
180.3
219.2
198
 
Can you live with:

219.4
306.
180.3
219.2
198.

(Note the decimal points on the whole numbers)

If yes, then give it a custom format of:
#,##0.???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top