Index/Match Help

spcalan

Well-known Member
Joined
Jun 4, 2008
Messages
1,247
I figured out the single lookups..
but now I need a double lookup.

I need to look up an employee AND "Strength" to find rating score.
Example : Employee = Alan, Analytical Value of 4

Worksheet: "Overall Strengths"
Column B is Employee Name
Row C ( Specifically C4 : AJ4) has lists of "Strengths"

Worksheet : "Database"
Column A = Employee Name
Column F = "Strengths"
Column E = Is the value I need
 
@ spcalan

Example:

A4 = jon

B4 = 10

These are look up values.

Column A of Sheet1 houses names like jon.
Column B of Sheet1 houses values like 10.

The goal: To get a result from column C of Sheet1 which correspond to the look up values.

Care to do the same?
 
Upvote 0

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
2wXnHfi
2wXnHfi
 
Upvote 0
Got it>.

=INDEX(Database!$E:$E,MATCH(1,(Database!$A:$A=$B5)*(Database!$D:$D=C$4),0))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,444
Messages
6,130,659
Members
449,585
Latest member
Nattarinee

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