Index or Match

NX555V

Board Regular
Joined
Feb 27, 2007
Messages
159
Hello

What is the quickest/simplest way to get a cell value when with 2 sets of criteria?

if...
A1:A5 is list of first name
B1:B5 is a list of last names
C1:C5 is a list of birthdays

How do I pull out the birthdays if I know the First and Last names?


Thanks you!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Control+shift+enter, not just enter...

=INDEX($C$1:$C$5,MATCH(1,IF($A$1:$A$5=E1,IF($B$1:$B$5=F1,1)),0))

where E1 is a first name and F1 a last name.
 
Upvote 0
try this
Excel Workbook
ABC
1First NameLast NameBirthday
2JohnSmith5/1/1978
3JaneDoe3/23/1965
4JoseOutlaw6/7/1950
Sheet2


Excel Workbook
ABC
1First NameLast NameBirthday
2JohnSmith5/1/1978
3JoseOutlaw6/7/1950
Sheet3
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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