ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Can a formula be set up to round to the nearest nickel? (https://www.excelbanter.com/excel-discussion-misc-queries/72800-can-formula-set-up-round-nearest-nickel.html)

SW

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.


Jim May

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.


Bob Phillips

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