Hi
Basically I need a formula that does the following, a nice little challenge for a genius:
Includes anything in "plan A" (column U)
Exclude anything in "Motability" (column T)
Include anything with a code of, either, "66666" or "77777" or "88888" or "99999" (in column K)
Checks if that item, if it passes all the other qualifications, is in a dealer list (currently using a Vlookup)
Got all the separate bits but can't for the life of me combine them. The bits I have are:
=IF(OR(AND(K2="66666"), AND(K2="77777"), AND(K2="88888"), AND(K2="99999")), "Qualify", "Not Qualify")
=IF(U3="plan A", "Qualify", "Not Qualify")
=IF(T4="Motability","Not Qualify", "Qualify")
(I made these on different rows hence the 2,3 then 4...)
Thanks for any help, this has stumped me!
Basically I need a formula that does the following, a nice little challenge for a genius:
Includes anything in "plan A" (column U)
Exclude anything in "Motability" (column T)
Include anything with a code of, either, "66666" or "77777" or "88888" or "99999" (in column K)
Checks if that item, if it passes all the other qualifications, is in a dealer list (currently using a Vlookup)
Got all the separate bits but can't for the life of me combine them. The bits I have are:
=IF(OR(AND(K2="66666"), AND(K2="77777"), AND(K2="88888"), AND(K2="99999")), "Qualify", "Not Qualify")
=IF(U3="plan A", "Qualify", "Not Qualify")
=IF(T4="Motability","Not Qualify", "Qualify")
(I made these on different rows hence the 2,3 then 4...)
Thanks for any help, this has stumped me!