TheCobbler
New Member
- Joined
- Aug 21, 2021
- Messages
- 49
- Office Version
- 365
- Platform
- Windows
Hi, I have been working on this statement. Each of these line works individually. When I add them together the first three work, and only in this order. When the fourth is added I don't get the desired result. Is there anything obviously wrong? Is there a better way to achieve the same effect? Thanks as always, Cobb
Excel Formula:
=
IF(OR(AND(ISNUMBER(SEARCH("UNI",K2,1)),F2="DVDs FP10/09",ISNUMBER(XMATCH(M2,Universal!$F:$F,0))),AND(ISNUMBER(SEARCH("UNI",K2,1)),F2="BLU-RAY")),G2*0.8,
IF(AND(ISNUMBER(SEARCH("UNI",K2,1)),F2="CDs FP10/09",ISNUMBER(XMATCH(M2,Universal!$F:$F,0))),VLOOKUP(G2,Universal!$C$3:$D$19,2,FALSE),
IF(AND(ISNUMBER(SEARCH("UNI",K2,1)),F2="NEW09 Vinyl",VLOOKUP(G2,Universal!$E$2:$E$11,1,FALSE)),G2,
IF(ISNUMBER(SEARCH("UNI",K2,1)),G2*0.85,
"MANUAL"
))))