Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00 for
example |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Try this: =ROUND(A1/0.25,0)*0.25 Biff "frumious" wrote in message ... I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00 for example |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or
=ROUND(A1*4,0)/4 Cheers -- macropod [MVP - Microsoft Word] "Biff" wrote in message ... Hi! Try this: =ROUND(A1/0.25,0)*0.25 Biff "frumious" wrote in message ... I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00 for example |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"frumious" wrote in message
... I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00 for example =MROUND(A1,0.25) -- David Biddulph |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
=INT(F3*4+0.5)/4 if you do not like (or you do not know or you do not have) ROUND/MROUND :-) Regards, Bernd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I round time to the nearest quarter of an hour | New Users to Excel | |||
how do I round 3.30 to the nearest quarter. 3.30=3.25 | Excel Worksheet Functions | |||
Need to round the time to the nearest quarter hour. Help | Excel Discussion (Misc queries) | |||
round numbers to the nearest quarter? | Excel Worksheet Functions | |||
Round time to nearest quarter hr | Excel Worksheet Functions |