LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Junior Member
 
Posts: 3
Default IF Statement on multiple levels

I am trying to build a formula based on the following information.
IF cell E = (a list of specific numbers) then true would be 0 and false would be (BH-AT)*AF. I also would like the formula to do a secondary IF statement that if "VEN-NUM" or "STARTUP" is in Cell H then 0 otherwise the same formula and finally IF "ES" or "TPG" which is only part of a part number is in cell H then 0 otherwaise same formula.
Here is what I have thus far. I am thinking there is an easier way and I do not know how to do step 3.

=IF(H5="VEN-NUM",0,IF(H5="STARTUP",0,IF(E5=106547,0,IF(E5=1125 65,0,IF(E5=133256,0,IF(BF5<1,0,(BH5-$AT5)*BF5))))))

1. IF E5 = 106547 or 112565 or 133256 then 0... If False then (BH5-AT5)*BF5
2. IF H5 = "VEN-NUM" or "STARTUP" then 0... If False then (BH5-AT5)*BF5
3. IF H5 contains "ES" or "TPG" then 0... If False then (BH5-AT5)*BF5

Thanks
Lynnette
 
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
Multiple levels of sumif? Peter Bellis Excel Worksheet Functions 3 August 21st 07 12:05 PM
If, Then formula - Multiple levels CPROULXM Excel Worksheet Functions 1 January 25th 07 07:47 PM
How many levels of an IF statement is allowed within a Nested IF? Rick Excel Programming 3 April 28th 06 04:05 PM
How do I create an "IF" statement with more than 7 levels? Jack of All Trades Excel Worksheet Functions 1 November 17th 04 04:32 AM
Creating multiple folder levels SiriS[_5_] Excel Programming 2 June 23rd 04 12:07 PM


All times are GMT +1. The time now is 03:33 AM.

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

About Us

"It's about Microsoft Excel"