Hello,
I need some help with this formula since I can see the reason why it is not working but do not know what to put in the vlookup place to get me the proper result.
=IF(F3=J:J, (VLOOKUP(G3,K:K, 1, FALSE)), "no")
Columns F & G are data values and column H is where I am adding the formula as shown.
Table J thru K is the lookup table. Basically if there is a match between column F & column J, I want to filter out the values that are "no". The problem is with the lookup, rows 4 thru 10 return a false value and I need help on how to display the value as shown.
Thanks
I need some help with this formula since I can see the reason why it is not working but do not know what to put in the vlookup place to get me the proper result.
=IF(F3=J:J, (VLOOKUP(G3,K:K, 1, FALSE)), "no")
Columns F & G are data values and column H is where I am adding the formula as shown.
Table J thru K is the lookup table. Basically if there is a match between column F & column J, I want to filter out the values that are "no". The problem is with the lookup, rows 4 thru 10 return a false value and I need help on how to display the value as shown.
Thanks