Rounding to billions, millions, etc.

P

Poppi

I am creating rounding worksheets for elementary age students - nearest
billion, hundred million, ten million, million, etc.

I would like to create an answer sheet for teachers to use. How can I do
this in excel?

Thank you.
 
J

JMB

to round to the nearest million

=MROUND(A1,1000000)

which is part of the Analysis toolpak. check Tools/Add-Ins and make sure
this add-in is checked.
 
Top