Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 77
Default Another Extremely complex IF statement

How would this be written as a formula?
If I53 X 363 is less than D53, then D53 X .2617 is the value, except, when
D53 X .2617 is less than C10 than the value should be C10. Otherwise, the
value should be D53 X .2617. However, if I53 X 363 is greater than D53,
then I53 X D10 is the value, except, when I53 X D10 is less than C10, then
the value should be C10. Otherwise, the value should be I53 X D10
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Another Extremely complex IF statement

Try this:

=IF(I53*363<D53,MAX(D53*0.2617,C10),MAX(I53*D10,C1 0))

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Teri" wrote:

How would this be written as a formula?
If I53 X 363 is less than D53, then D53 X .2617 is the value, except, when
D53 X .2617 is less than C10 than the value should be C10. Otherwise, the
value should be D53 X .2617. However, if I53 X 363 is greater than D53,
then I53 X D10 is the value, except, when I53 X D10 is less than C10, then
the value should be C10. Otherwise, the value should be I53 X D10

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 77
Default Another Extremely complex IF statement

Ron, I'm going to run this by my boss, but I've been so confounded by this
problem! Thank you for helping me !!

Teri

"Ron Coderre" wrote:

Try this:

=IF(I53*363<D53,MAX(D53*0.2617,C10),MAX(I53*D10,C1 0))

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Teri" wrote:

How would this be written as a formula?
If I53 X 363 is less than D53, then D53 X .2617 is the value, except, when
D53 X .2617 is less than C10 than the value should be C10. Otherwise, the
value should be D53 X .2617. However, if I53 X 363 is greater than D53,
then I53 X D10 is the value, except, when I53 X D10 is less than C10, then
the value should be C10. Otherwise, the value should be I53 X D10

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
Extremely complex IF statements Teri Excel Worksheet Functions 5 January 29th 07 05:53 PM
complex IF(OR(...AND())) statement Dave F Excel Discussion (Misc queries) 2 October 4th 06 06:24 PM
Help with complex average/if statement [email protected] Excel Worksheet Functions 1 September 29th 06 07:33 PM
rather complex logic statement [email protected] Excel Worksheet Functions 6 March 31st 06 08:32 PM
Fairly Complex IF Statement Patrick Excel Worksheet Functions 3 May 9th 05 09:48 PM


All times are GMT +1. The time now is 05:08 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"