What is the formula for rounding a dollar amount to the nearest ni

G

Guest

Didn't make sense... I meant cents rounding to nearest nickle,Example: 1.22 =
1.20 or 1.23 = 1.25. ;-)
 
G

Guest

Try this:
For a value in A1
B1: =ROUND(A1/0.05,0)*0.05

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
G

Guest

Ya know what? Between reading some posts, and installing something called an
Analysis Toolpak, it worked out! Should have delved in a little deeper
before asking. Thank you, though!!
 
C

Chip Pearson

The Analysis Tool Pak (ATP) in an add-in that provides dozens of
addition functions. If you have the ATP loaded (go to the Tools
menu, choose Add-Ins, and put a check next to Analysis Tool Pak),
you can use the MROUND function to round to the nearest nickel.

=MROUND(A1,0.05)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

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

Top