Modification of a VLOOKUP formula

meppwc

Well-known Member
Joined
May 16, 2003
Messages
604
Office Version
  1. 365
Platform
  1. Windows
I am trying to add on to a VLOOKUP formula but I have no idea if there is a way to make this work.

The lookup table is on worksheet “Table” in column A. Each value in column A is a 6-digit number. In column B of the “Table” worksheet are values of either “Yes” or “No” that relate to each of the 6-digit values in the Column A lookup table.

The VLOOKUP formulas are on worksheet “tblAvailableItems” starting in cell M2 (=VLOOKUP(H2,Table!A:A,1,FALSE).

Currently the formula works correctly and either returns the 6-digit numeric string if found, and returns #N/A if not found.

What I would like the formula to return is the value found in column B of the “Table” worksheet next to the value found in the table. This would be values of either “Yes” or “No”.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

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