Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to set a cell in Excel to round down to the nearest .5. For
example, 5.75 would be rounded down to 5.5 or 5.25 would be rounded down to 5.0. I would also like it to round down to the nearest cent. For example, $3.027 would be rounded down to $3.02. Also, I am using Excel on a Mac which might complicate matters. Are either of these possible? Kelly |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=floor(a1,0.5)
and =FLOOR(A1,0.01) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Kelly" wrote in message ... I would like to set a cell in Excel to round down to the nearest .5. For example, 5.75 would be rounded down to 5.5 or 5.25 would be rounded down to 5.0. I would also like it to round down to the nearest cent. For example, $3.027 would be rounded down to $3.02. Also, I am using Excel on a Mac which might complicate matters. Are either of these possible? Kelly |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To the nearest .5
=FLOOR(A1,0.5) to the nearest cent =FLOOR(A1,0.01) -- Regards, Peo Sjoblom http://nwexcelsolutions.com "Kelly" wrote in message ... I would like to set a cell in Excel to round down to the nearest .5. For example, 5.75 would be rounded down to 5.5 or 5.25 would be rounded down to 5.0. I would also like it to round down to the nearest cent. For example, $3.027 would be rounded down to $3.02. Also, I am using Excel on a Mac which might complicate matters. Are either of these possible? Kelly |
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) | |||
Percentage rounding error in charts | Excel Discussion (Misc queries) | |||
Banker's Rounding - need help! | Excel Discussion (Misc queries) |