Thread
:
how do I round 3.30 to the nearest quarter. 3.30=3.25
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
Posts: n/a
how do I round 3.30 to the nearest quarter. 3.30=3.25
=ROUND(A1*4,0)/4
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"pat canning" <pat
wrote in message
...
Reply With Quote