Hi Folks
I'm trying to apply ISNA to the following:
=IF(VLOOKUP($D2,Ineligible_Products,5,0)="Ineligible",1,"")
I tried
=IF(ISNA(VLOOKUP($D2,Ineligible_Products,5,0))="Ineligible",1,"")
but that made all the results blank.
Appreciate any ideas. Thanks