Xlookup with duplicate Lookup Values

Mayzy4186

New Member
Joined
Aug 16, 2022
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hoping for some help with a Xlookup,

I have a table with data that is outlined like the below:

I have an Xlookup function which is successfully returning the first row to a separate sheet however it will only return this first row and not the subsequent different tasks, KPI measures, updates etc.

=XLOOKUP(Data!$AA$2,Table1[[#All],[PROJECT]],Table1[[#All],[KEY ACTION]:[RESPONSIBLE]])

I would like this to populate the different values in the other columns down based on the Lookup value in the Project column. Do I need a second Lookup function?

Thanks!

Strategic Planning Dashboard mockup.xlsx
BCDEFG
1PROJECTKEY ACTIONTASKKPI TARGET- MEASURES OF SUCCESSPROGRESS UPDATERESPONSIBLE
2SAFETY LEADERSHIPPLANNINGDevelop a Safety Strategy Plan 3 year planning framework , signed off MDST to provide Safety Strategy templateHSE Committee - Dave - Jess, Lorelle
3SAFETY LEADERSHIPPLANNINGDevelop and implement a Training PlanPlan to be costed, communicated and scheduledTraining & Needs Analysis statement to be developed- Dec 22 (Consider historical data)HSE Committee - Dave - Jess, Lorelle
4SAFETY LEADERSHIPCOMPLIANCERolling compliance Included within Training PlanHSE Committee - Dave - Jess, Lorelle
5SAFETY LEADERSHIPCOMPLIANCEHold formal audits – Twice Yearly Scheduled implementedDesk top audit & site audit. Schedule to be developed by Oct 22HSE Committee - Dave - Jess, Lorelle
Data


Strategic Planning Dashboard mockup.xlsx
ZAAAB
1
2SAFETY LEADERSHIP
3PEOPLE AND CULTURE
4SALES AND MARKETING
5OPERATIONS
6INFORMATION TECHNOLOGY
7FINANCE AND COMMERICAL
8
Data


Strategic Planning Dashboard mockup.xlsx
ABCDEF
1XXXX
2SAFETY LEADERSHIP
3KEY ACTIONTASKKPI TARGET- MEASURES OF SUCCESSPROGRESS UPDATERESPONSIBLE
4PLANNINGDevelop a Safety Strategy Plan 3 year planning framework , signed off MDST to provide Safety Strategy templateHSE Committee - Dave - Jess, Lorelle
5PLANNINGDevelop a Safety Strategy Plan 3 year planning framework , signed off MDST to provide Safety Strategy templateHSE Committee - Dave - Jess, Lorelle
6PLANNINGDevelop a Safety Strategy Plan 3 year planning framework , signed off MDST to provide Safety Strategy templateHSE Committee - Dave - Jess, Lorelle
7PLANNINGDevelop a Safety Strategy Plan 3 year planning framework , signed off MDST to provide Safety Strategy templateHSE Committee - Dave - Jess, Lorelle
8PLANNINGDevelop a Safety Strategy Plan 3 year planning framework , signed off MDST to provide Safety Strategy templateHSE Committee - Dave - Jess, Lorelle
9PLANNINGDevelop a Safety Strategy Plan 3 year planning framework , signed off MDST to provide Safety Strategy templateHSE Committee - Dave - Jess, Lorelle
SAFETY
Cell Formulas
RangeFormula
A4:E5A4=XLOOKUP(Data!$AA$2,Table1[[#All],[PROJECT]],Table1[[#All],[KEY ACTION]:[RESPONSIBLE]])
A6:E9A6=XLOOKUP(Data!AA$2,Table1[[#All],[PROJECT]],Table1[[#All],[KEY ACTION]:[RESPONSIBLE]])
Dynamic array formulas.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi & welcome to MrExcel.
How about
Excel Formula:
=filter(Table1[[#All],[KEY ACTION]:[RESPONSIBLE]],Data!$AA$2=Table1[[#All],[PROJECT]])
 
Upvote 0
Solution
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,294
Members
449,077
Latest member
Rkmenon

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