MROUND error showing

T

tcek

i have programmed a cell with the following equation: =MROUND((F9*15),50). I
am attempting to round the product of the cell reference F9 multiplied by 15
to the nearest 50. When i do this i get a cell error stating "#Name?". I am
not sure of what is happening. Any suggestions for correcting the error would
be greatly appreciated. thanks in advance.
 
R

Rick Rothstein

MROUND requires the Analysis ToolPak Add-In to be active. Click
Tools/Add-Ins from Excel's menu bar and put a check mark in the appropriate
CheckBox.
 
T

T. Valko

Depending on the values you're using this may be a suitable alternative that
doesn't need he ATP:

=ROUND(F9*15/50,0)*50
 
T

T. Valko

sorry, disregard my previous post

Why? It was correct.


--
Biff
Microsoft Excel MVP


sorry, disregard my previous post
 
D

David Biddulph

If you have trouble with any Excel function (except DATEDIF), it's always
worth looking in Excel help. Excel help for the MROUND function would have
given you the answer.
 
J

Jarek Kujawa

because when I uninstalled ATP to check if the solution was correct,
Excel did not show me a NAME? error
this is why I thought I was mistaken
thks
 

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

Similar Threads

MRound Formula 3
Rounding problems 6
MRound 7
MROUND time 2
Round Function 5
MROUND function?? 1
Round time to quarter hour 15
MROUND 4

Top