VLOOKUP (or INDEX/MATCH) with 2 criteria

virtuosok

Board Regular
Joined
Sep 2, 2020
Messages
209
Office Version
  1. 365
Platform
  1. Windows
Hi, appreciate your help...
I have a source tab (named mid3) in the following format (more rows and columns, too, some with blank entries):
Capture7.PNG
On a separate tab, in D3, I'm trying to set up a formula which would look up column B for matches with a reference cell and then return the value from adjacent cell in column C.
Capture8.PNG

What am I doing wrong? I expected to have "23 Sep 2020" in this particular case. Also tried various solutions with INDEX/MATCH, changed formatting... =VLOOKUP(B3,'mid3'!$B$3:$I$20,2,0)
 

Attachments

  • Capture8.PNG
    Capture8.PNG
    16.2 KB · Views: 7

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
The B3 cell the formula is using as the lookup value appears to be text, whereas the values on the mid3 sheet appear to be numbers.
Chagne B3 to a number & should be ok.
 
Upvote 0
Solution
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,488
Messages
6,125,092
Members
449,206
Latest member
ralemanygarcia

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