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 Yet another extremely complex IF statement

How can this be written as a formula?

If I53 X 363 is less than D53, then D53 X .0688 is the value, except, when
D53 X .0688 is less than B24 then the value should be B24. Otherwise, the
value should be D53 X .0688. However, if I53 X 363 is greater than D53, then
I53 X D24 is the value, except, when I53 X D24 is less than B24, then the
value should be B24. Otherwise, the value should be I53 X D24.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Yet another extremely complex IF statement

Try this:

=IF(I53*363<D53,MAX(D53*0.0688,B24),MAX(I53*D24,B2 4))

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

XL2002, WinXP


"Teri" wrote:

How can this be written as a formula?

If I53 X 363 is less than D53, then D53 X .0688 is the value, except, when
D53 X .0688 is less than B24 then the value should be B24. Otherwise, the
value should be D53 X .0688. However, if I53 X 363 is greater than D53, then
I53 X D24 is the value, except, when I53 X D24 is less than B24, then the
value should be B24. Otherwise, the value should be I53 X D24.

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
Another Extremely complex IF statement Teri Excel Worksheet Functions 2 January 29th 07 08:27 PM
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
Extremely complex problem: showing a value as an 'axis' on a circle [email protected] Excel Discussion (Misc queries) 5 November 15th 05 10:57 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 09:28 PM.

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"