[mso] Rounding rates to the nearest .05 or .00
- From: TerryLBradshaw@xxxxxxx
- To: mso@xxxxxxxxxxxxx
- Date: Thu, 26 Oct 2006 07:08:26 EDT
Peggy -
Use the MROUND function. You would use the function as follows if the value
you want to round is in cell B1:
=MROUND(B1,0.05)
The MROUND function is a part of the Analysis ToolPak included with Excel.
If you don't want to install the toolpak or if you will be working with
negative values, then you can't use MROUND. (The function returns errors if
you use
negative numbers.) In these instances, you can resort to the regular ROUND
function.
=ROUND(B1/0.05,0)*0.05
Regards,
Terry
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, visit the group's homepage and use the dropdown
menu at the top. This will allow you to unsubscribe your email address or
change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with
instructions. Once you are a member of the files group, you can go here to
upload/download files:
http://www.smartgroups.com/vault/msofiles
If you are using Outlook and you see a lot of unnecessary code in your email
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************
Other related posts: