Index/Match Multiple Criteria & Multiple Columns

Status
Not open for further replies.

SkiliedSin

Board Regular
Joined
May 7, 2018
Messages
51
Office Version
  1. 365
Hello,

So I have criteria A (Name) & criteria B (Date) and I want to pull the number associated with both of these criteria across multiple columns.

I've attached a screenshot showing what I am looking for.

I want to change the value in A or B to either a different name or date and it'll spit out the number from the corresponding columns to the right.
 

Attachments

  • mrexcel.PNG
    mrexcel.PNG
    5.9 KB · Views: 45

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Try:
Book1
ABCDEFGHI
12021202020192018
2Jacob20215Jacob5412
3Jacob20204Mike25623
Sheet1
Cell Formulas
RangeFormula
C2:C3C2=INDEX($F$2:$I$3,MATCH(A2,$E$2:$E$3,0),MATCH(B2,$F$1:$I$1,0))
 
Upvote 0
Solution
Try:
Book1
ABCDEFGHI
12021202020192018
2Jacob20215Jacob5412
3Jacob20204Mike25623
Sheet1
Cell Formulas
RangeFormula
C2:C3C2=INDEX($F$2:$I$3,MATCH(A2,$E$2:$E$3,0),MATCH(B2,$F$1:$I$1,0))
This is perfect, you rock! Thank you!
 
Upvote 0
Quick bump, if I wanted to add another column as a lookup value how would I go about this?
 
Upvote 0
How about an example of what you are looking for. Do you want to return data from 2 columns for a single name?
Also, what version of Excel are you using?
 
Upvote 0
You have already started a new thread for this question, so I am locking this in accordance with Rule#12
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,779
Messages
6,126,854
Members
449,345
Latest member
CharlieDP

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