If Statement with Vlookup Match

jws

Board Regular
Joined
Jan 10, 2008
Messages
69
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.

J0iK0.jpg


=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
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
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.

J0iK0.jpg


=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
H3, control+shift+enter, not just enter, and copy down:

=IF(ISNUMBER(MATCH(G3,IF($J$3:$J$10=F3,$K$3:$K$10),0)),G3,"no")
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,283
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top