Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default 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......
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default 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......

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default 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......



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 174
Default 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......




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounding to the Nearest Eighth L.sean9 Excel Discussion (Misc queries) 4 June 23rd 06 12:00 AM
What is the formula for rounding a dollar amount to the nearest ni JeriSys New Users to Excel 5 December 22nd 05 06:54 PM
rounding to nearest hundred dollar in Excel Diane New Users to Excel 7 October 14th 05 04:25 PM
Rounding up to the nearest nickel jhangas Excel Discussion (Misc queries) 3 May 28th 05 12:41 AM
Rounding to nearest integer pattyh Excel Worksheet Functions 3 April 1st 05 08:02 PM


All times are GMT +1. The time now is 07:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"