Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am taking a specific cell, mulitiplying by 10% adding together, and the
outcome I want to be rounded to the nearest nickel. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Round a number to the Nearest .25 | Excel Worksheet Functions | |||
how do I round up a result of a formula in Excel | Excel Worksheet Functions | |||
I need a %age increase formula that rounds up to the nearest $10 | Excel Worksheet Functions | |||
How to round up the result in a cell containing formula | Excel Worksheet Functions | |||
Round time to nearest quarter hr | Excel Worksheet Functions |