rounding to closest 5 cents

L

lk

I am using Excel 2003

How do you round the contents of a cell to the closest five cents.

Thanks
lk
 
B

Bob Phillips

=ROUND(C10*20,0)/20

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
R

Ron Rosenfeld

I am using Excel 2003

How do you round the contents of a cell to the closest five cents.

Thanks
lk

If you have the Analysis ToolPack installed:

=mround(A1,0.05)

If you do NOT have the ATP installed:

=ROUND(A1/0.05,0)*0.05


--ron
 

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


Top