Matching a two way lookup

sk1mcguire

New Member
Joined
Jun 1, 2007
Messages
32
Office Version
  1. 2013
Platform
  1. Windows
Hey Folks!

I have a table where I have the employee number on the left and their available leave balances on each row.

What I ultimately need is the unique employee ID which I have and the value of the leave balance that matches in the columns to the left.

What is the best formula to employ to accomplish this task?

Many thanks in advance!

Very Respectfully,

Jonathan
Capture.PNG
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
How about
Book1
ABCDEFGHIJK
1ALalxholcompillnessvacationfal
2123AL2412324 81385.8175583.077 
3123comp367.5
4123holcomp8
5123illness1385.8175
6123vacation583.077
Sheet1
Cell Formulas
RangeFormula
F2:K2F2=IFERROR(INDEX($C$2:$C$6,MATCH($E2&"|"&F$1,INDEX($A$2:$A$6&"|"&$B$2:$B$6,0),0)),"")
 
Upvote 0
Thank you Fluff!!!

I would have NEVER conceived of that !!

Cheers from across the pond!

Jonathan
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,381
Messages
6,119,192
Members
448,874
Latest member
Lancelots

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