AlineCastiVitkov
New Member
- Joined
- Jan 11, 2023
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
How can I combine the formulas into ONE? I'm having a hard time the order in which they should be, I either get the "missing parenthesis error" or the "too few arguments" screen.
=IF(ISERROR(FIND("X",Q11)), VLOOKUP(H11,$AE$1:$AH$6,2,FALSE),"")
=IF(ISERROR(FIND("HON",B11)), VLOOKUP(H11,$AE$1:$AH$6,3,FALSE),VLOOKUP(H11,$AE$1:$AH$6,4,FALSE))
I need to incorporate the condicton IF(FIND("AP",B11)), in order for VLOOKUP(H11,$AE$1:$AH$6,4,FALSE)
Thank you
=IF(ISERROR(FIND("X",Q11)), VLOOKUP(H11,$AE$1:$AH$6,2,FALSE),"")
=IF(ISERROR(FIND("HON",B11)), VLOOKUP(H11,$AE$1:$AH$6,3,FALSE),VLOOKUP(H11,$AE$1:$AH$6,4,FALSE))
I need to incorporate the condicton IF(FIND("AP",B11)), in order for VLOOKUP(H11,$AE$1:$AH$6,4,FALSE)
Thank you