Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If I have the results of a calculation in cell A1, how do I round that to the
nearest quarter? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
simplest way is
=round(A1*4,0)/4 if you want, you can format it to always show 2 decimal places "pdberger" wrote: If I have the results of a calculation in cell A1, how do I round that to the nearest quarter? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=mround(A1,0.25)
-- David Biddulph "pdberger" wrote in message ... If I have the results of a calculation in cell A1, how do I round that to the nearest quarter? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding up to nearest quarter, (:25, :50, :75, :00) | Excel Discussion (Misc queries) | |||
Rounding to the nearest quarter point? | Excel Discussion (Misc queries) | |||
Rounding to the nearest quarter (decimal) in a Pivot table | Excel Discussion (Misc queries) | |||
Rounding results to nearest quarter (in decimals) | Excel Discussion (Misc queries) | |||
Rounding number to the nearest quarter | Excel Worksheet Functions |