![]() |
Rounding Down
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 |
Rounding Down
=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 |
Rounding Down
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 |
All times are GMT +1. The time now is 10:30 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com