Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Using the Excel Round Function can I have this feature round to the nearest
..25? In other words, can I have it round 8.28 to 8.25 or 9.8 to 9.75 or 6.9 to 7.00? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use MROUND()...
=MROUND(8.28,.25) will output 8.25. -- Regards, Dave "Jeanette" wrote: Using the Excel Round Function can I have this feature round to the nearest .25? In other words, can I have it round 8.28 to 8.25 or 9.8 to 9.75 or 6.9 to 7.00? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUND(4*A1,0)/4
"Jeanette" wrote: Using the Excel Round Function can I have this feature round to the nearest .25? In other words, can I have it round 8.28 to 8.25 or 9.8 to 9.75 or 6.9 to 7.00? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unwanted rounding of large number | Excel Worksheet Functions | |||
Rounding numbers to the nearest 5 or 0 | Excel Worksheet Functions | |||
Rounding | Excel Discussion (Misc queries) | |||
Banker's Rounding - need help! | Excel Discussion (Misc queries) | |||
How do I make Excel stop rounding off my numbers that are 16 digi. | Excel Discussion (Misc queries) |