View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Rounding to billions, millions, etc.

And =ROUND(A1,-6) doesn't need the Analysis ToolPak.
--
David Biddulph

"JMB" wrote in message
...
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.


"Poppi" wrote:

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.