XLookup against multiple lookup values?

crtk09

New Member
Joined
Dec 17, 2021
Messages
16
Office Version
  1. 365
Platform
  1. Windows
Hi all,

Is there an "or" function per-se for lookup values under XLookup? Below I have a table that has a couple of different name combinations. I would like to be able to lookup both name variations in the table below (Preferred name column AND the reverse name column) and then return the employees time logged data, which I have data for sat in a pivot table.

E.g. =XLOOKUP(A6 OR B6,'Pivot 2022-01'!A:A,'Pivot 2022-01'!B:B,"0",0)

Preferred NameReverse NameFunction from Org AssignmentDepartment from Org AssignmentWorker's ManagerLocationManagement Chain - Level 03Jan Hours LoggedJan % Time LoggedFeb Hours LoggedFeb % Time LoggedMar Hours LoggedMar % Time LoggedApr Hours LoggedApr % Time Logged
Aaron SmithSmith, AaronR&DTech R&DKeith DimondUKBob Jones22.615%7.25%31.718%71.6050%
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Try . . .

Excel Formula:
=XLOOKUP(A6,'Pivot 2022-01'!A:A,'Pivot 2022-01'!B:B,XLOOKUP(B6,'Pivot 2022-01'!A:A,'Pivot 2022-01'!B:B,"0"))

Hope this helps!
 
Upvote 0
Solution
Try . . .

Excel Formula:
=XLOOKUP(A6,'Pivot 2022-01'!A:A,'Pivot 2022-01'!B:B,XLOOKUP(B6,'Pivot 2022-01'!A:A,'Pivot 2022-01'!B:B,"0"))

Hope this helps!
Thank you Domenic!! This was exactly what I needed, and works perfectly.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,864
Members
449,052
Latest member
Fuddy_Duddy

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