Vlookup Only Specific Criteria

nathanthomson11

New Member
Joined
Apr 4, 2019
Messages
23
Office Version
  1. 365
Platform
  1. Windows
I am looking to do do a VLOOKUP but continue going through the 'Table Array' until it finds a specific result. Unfortunately I cannot download XL2BB in the office so the best I can do is a screenshot - see attached.

In the example, I want the yellow highlighted cell in Table 3 to look up "Ford" (H3) in Table 2 BUT continue to lookup in Table 2 until it finds one of the locations in Table 1. The current formula I show will pull "729" but "729" doesn't exist in Table 1 so I want it to move onto the next "Ford" in Table 2 which is "730" because it exists in Table 1.
 

Attachments

  • Capture_004.JPG
    Capture_004.JPG
    58.2 KB · Views: 8

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
How about
Excel Formula:
=FILTER(F3:F11,(E3:E11=H3)*(ISNUMBER(XMATCH(F3:F11,C3:C12,0))))
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,843
Members
449,051
Latest member
excelquestion515

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