ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Rounding up to the nearest dollar (https://www.excelbanter.com/excel-worksheet-functions/125261-rounding-up-nearest-dollar.html)

MLShef

Rounding up to the nearest dollar
 
I am using the following formula

=IF((F2*0.85)(E2*1.1),(ROUND(F2*0.85,0)),(ROUND(E 2*1.09,0)))

the result rounds the number to the nearest $5 but I want it rounded up to
the nearest $1. Can someone help? I am sure this is easy but......

MLShef

Rounding up to the nearest dollar
 
Nevermind it was just my very tired mind.....

"MLShef" wrote:

I am using the following formula

=IF((F2*0.85)(E2*1.1),(ROUND(F2*0.85,0)),(ROUND(E 2*1.09,0)))

the result rounds the number to the nearest $5 but I want it rounded up to
the nearest $1. Can someone help? I am sure this is easy but......


Alan

Rounding up to the nearest dollar
 
I was about to ask when I saw your second post, you don't need so many
brackets though,
=IF(F2*0.85E2*1.1,ROUND(F2*0.85,0),ROUND(E2*1.09, 0))
Regards,
Alan.
We've all done it, woods and tree's!
"MLShef" wrote in message
...
Nevermind it was just my very tired mind.....

"MLShef" wrote:

I am using the following formula

=IF((F2*0.85)(E2*1.1),(ROUND(F2*0.85,0)),(ROUND(E 2*1.09,0)))

the result rounds the number to the nearest $5 but I want it rounded up
to
the nearest $1. Can someone help? I am sure this is easy but......




daddylonglegs

Rounding up to the nearest dollar
 
I'd put the ROUND around........

=ROUND(IF(F2*0.85E2*1.1,F2*0.85,E2*1.09),0)

"Alan" wrote:

I was about to ask when I saw your second post, you don't need so many
brackets though,
=IF(F2*0.85E2*1.1,ROUND(F2*0.85,0),ROUND(E2*1.09, 0))
Regards,
Alan.
We've all done it, woods and tree's!
"MLShef" wrote in message
...
Nevermind it was just my very tired mind.....

"MLShef" wrote:

I am using the following formula

=IF((F2*0.85)(E2*1.1),(ROUND(F2*0.85,0)),(ROUND(E 2*1.09,0)))

the result rounds the number to the nearest $5 but I want it rounded up
to
the nearest $1. Can someone help? I am sure this is easy but......






All times are GMT +1. The time now is 06:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com