![]() |
Can a formula be set up to round to the nearest nickel?
I am taking a specific cell, mulitiplying by 10% adding together, and the
outcome I want to be rounded to the nearest nickel. |
Can a formula be set up to round to the nearest nickel?
=CEILING(A3*$B$1,0.05) Displays .85
or =FLOOR(A3*$B$1,0.05) Displays .80 where your cell A3 = .75 and Cell B1 = 1.10 and actual result is .825 HTH "SW" wrote: I am taking a specific cell, mulitiplying by 10% adding together, and the outcome I want to be rounded to the nearest nickel. |
Can a formula be set up to round to the nearest nickel?
=ROUND(A1*110%,2)
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "SW" wrote in message ... I am taking a specific cell, mulitiplying by 10% adding together, and the outcome I want to be rounded to the nearest nickel. |
All times are GMT +1. The time now is 11:17 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com