How do I automatically convert $1,234,555,678.05 to $1.5 billion?

D

Daisy1112

I have a column of different dollar amounts that I would like to have
automatically rounded to 1 decimal with the billion or million after it.

For example: $1,234,555,678.05 automatically converted to $1.5 billion in
another column.
 
B

Bob Phillips

Use =CEILING(L1,500000000) and format as #.0,,,"billion"

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)
 
Top