I am using Excel 2003 How do you round the contents of a cell to the closest five cents. Thanks lk
L lk Mar 29, 2005 #1 I am using Excel 2003 How do you round the contents of a cell to the closest five cents. Thanks lk
B Bob Phillips Mar 29, 2005 #3 =ROUND(C10*20,0)/20 -- HTH RP (remove nothere from the email address if mailing direct)
R Ron Rosenfeld Mar 29, 2005 #6 I am using Excel 2003 How do you round the contents of a cell to the closest five cents. Thanks lk Click to expand... 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
I am using Excel 2003 How do you round the contents of a cell to the closest five cents. Thanks lk Click to expand... 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