Thread: MRound Formula
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default MRound Formula

=MROUND(A3*A4,1000)

Note: MROUND function requires the Analysis Toolpak to be enabled in
ToolsAdd-ins


Gord Dibben MS Excel MVP

On Fri, 4 Sep 2009 11:51:01 -0700, LauraLee
wrote:

I'm trying to add the Mround to a cell that already has an exisiting formual
(i.e. a3*a4). How do I create the circular reference so that it will round
the figure to the nearest 1,000. Thanks