need to pull info from 2 different spreadsheets

dsca

New Member
Joined
Oct 1, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hopefully I can explain my situation correctly.
I have two spreadsheet that I need to pull info from for a third spreadsheet

First Spreadsheet:
It's a complete directory of the company's employees and has the following columns -
- Employee Email
- Employee Full Name
- Employee Manager Email
- Employee Manager Full Name

Second Spreadsheet is again complete directory of the company's employees and has the following columns -
- Employee Email
- Employee Full Name
- Employee's Director's Full name

Third Spreadsheet has the following columns for just the Marketing, Legal and Finance department -
- Employee Email
- Employee Full Name
- Employee US location, City
- Employee US location, State

I need to add the following columns to the the third spreadsheet -
- Employee Manager Email
- Employee's Director's Email

Both of these values can be got from the First Spreadsheet.

How do I go about doing this?
Thanks for any help.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Welcome to the Board!

I think you should be able to use XLOOKUP functions to look up the information from the other sheets and return it to your desired sheet.
See here for an explanation and examples on how to use this function: XLOOKUP function - Microsoft Support
 
Upvote 0
Alternatively, you can join the two spreadsheets in Power Query with an Inner Join.
 
Upvote 0

Forum statistics

Threads
1,222,886
Messages
6,168,837
Members
452,220
Latest member
noithatanthien

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