For the love of God please help me. I don't want the #N/A to show. This is the formula but I cannot get the ISNA syntax correct.
=IF(LEN(B9)=4,VLOOKUP("x",D37:F45,3,FALSE),VLOOKUP("x",D27:F35,3,FALSE))
What I came up with....I know I'm close but I'm going crazy.
=IF(isna(LEN(B9)=4,VLOOKUP("x",D37:F45,3,FALSE),VLOOKUP("x",D27:F35,3,FALSE)),"",(LEN(B9)=4,VLOOKUP("x",D37:F45,3,FALSE),VLOOKUP("x",D27:F35,3,FALSE)))
I've tried different variations but not getting it. Thanks.
=IF(LEN(B9)=4,VLOOKUP("x",D37:F45,3,FALSE),VLOOKUP("x",D27:F35,3,FALSE))
What I came up with....I know I'm close but I'm going crazy.
=IF(isna(LEN(B9)=4,VLOOKUP("x",D37:F45,3,FALSE),VLOOKUP("x",D27:F35,3,FALSE)),"",(LEN(B9)=4,VLOOKUP("x",D37:F45,3,FALSE),VLOOKUP("x",D27:F35,3,FALSE)))
I've tried different variations but not getting it. Thanks.