S Steve Aug 5, 2004 #1 I would like to use the ROUND function to round a currency number to the nearest nickel (0.05). Any examples?
I would like to use the ROUND function to round a currency number to the nearest nickel (0.05). Any examples?
P Peo Sjoblom Aug 5, 2004 #2 =ROUND(B1/0.05,0)*0.05 -- Regards, Peo Sjoblom (No private emails please, for everyone's benefit keep the discussion in the newsgroup/forum)
=ROUND(B1/0.05,0)*0.05 -- Regards, Peo Sjoblom (No private emails please, for everyone's benefit keep the discussion in the newsgroup/forum)
C CoRrRan Aug 5, 2004 #3 I would like to use the ROUND function to round a currency number to the nearest nickel (0.05). Any examples? Click to expand... =ROUND(A1/0.05;0)*0.05 Any good? CoRrRan
I would like to use the ROUND function to round a currency number to the nearest nickel (0.05). Any examples? Click to expand... =ROUND(A1/0.05;0)*0.05 Any good? CoRrRan