A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

MROUND



 
 
Thread Tools Display Modes
  #1  
Old April 22nd, 2009, 07:20 PM posted to microsoft.public.excel.worksheet.functions
emz486
external usenet poster
 
Posts: 1
Default MROUND

Hope someone can help but whenever I use the MROUND function the answer is
always (#NAME?). Does this even when I copy the example from the help menu.
Anyone know what I'm doing wrong. Working in excel 2003 if that makes a
difference.
  #2  
Old April 22nd, 2009, 07:30 PM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default MROUND

Hi,

MROUND requires the analysis toolpak.

Tools|Addins - check the analysis toolpak

Re-Enter the formula

Mike

"emz486" wrote:

Hope someone can help but whenever I use the MROUND function the answer is
always (#NAME?). Does this even when I copy the example from the help menu.
Anyone know what I'm doing wrong. Working in excel 2003 if that makes a
difference.

  #3  
Old April 22nd, 2009, 07:34 PM posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
external usenet poster
 
Posts: 3,719
Default MROUND

On Wed, 22 Apr 2009 11:20:10 -0700, emz486
wrote:

Hope someone can help but whenever I use the MROUND function the answer is
always (#NAME?). Does this even when I copy the example from the help menu.
Anyone know what I'm doing wrong. Working in excel 2003 if that makes a
difference.


If you read the top part of the HELP for MROUND, it will tell exactly what to
do and how to do it when it returns a #NAME! error (install the Analysis
toolpak)
--ron
  #4  
Old April 22nd, 2009, 07:40 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default MROUND

Do you have the Analysis ToolPak add-in installed?

That's mentioned in help for MROUND.

Or, use this formula that does the exact same thing but doesn't rely on
functions from the ATP:

=ROUND(number/multiple,0)*multiple

For example, round the value of A1 to the nearest multiple of 5:

A1 = 56

=ROUND(A1/5,0)*5

Result = 55

--
Biff
Microsoft Excel MVP


"emz486" wrote in message
...
Hope someone can help but whenever I use the MROUND function the answer is
always (#NAME?). Does this even when I copy the example from the help
menu.
Anyone know what I'm doing wrong. Working in excel 2003 if that makes a
difference.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:17 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.