Hello,
I am trying to figure out how to do this and I am sure it's probably an easy fix but I have two formulas...
=IF(AND(ISNUMBER($I2),VLOOKUP($P:$P,Key!AD:AE,2,0)="Yes"),"Yes","No")
=VLOOKUP($P2&$I2,Key!Z:AA,2,0)
The first formula is saying that if the value in i2 is a number AND when the vlookup returns with a value of "Yes", then say "Yes", else "No"
The second formula is just a standard vlookup checking two values combined against a key where I have a set of values to check against.
I am just trying to combine the two so that instead of "No" in the first formula, I could put the vlookup there... Like using an IFERROR... But I just can't seem to figure out how to make it work. The values that don't meet the first two criteria just result in an NA.
Any help is greatly appreciated!
Ryan
I am trying to figure out how to do this and I am sure it's probably an easy fix but I have two formulas...
=IF(AND(ISNUMBER($I2),VLOOKUP($P:$P,Key!AD:AE,2,0)="Yes"),"Yes","No")
=VLOOKUP($P2&$I2,Key!Z:AA,2,0)
The first formula is saying that if the value in i2 is a number AND when the vlookup returns with a value of "Yes", then say "Yes", else "No"
The second formula is just a standard vlookup checking two values combined against a key where I have a set of values to check against.
I am just trying to combine the two so that instead of "No" in the first formula, I could put the vlookup there... Like using an IFERROR... But I just can't seem to figure out how to make it work. The values that don't meet the first two criteria just result in an NA.
Any help is greatly appreciated!
Ryan