Combining Sheets and Cross Referencing Data

egates

New Member
Joined
Aug 14, 2020
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
Good Evening - I am meeting myself coming backwards and wondered if someone could help me! I have two large spreadsheets holding client information. One has standard contact details on and one has relevant industry related details on and I want to combine them onto one.
Each client has an identifier number so I am guessing I can somehow link them using that but I am struggling to see how!
I would be very grateful if someone could point me in the right direction please and thank you :)
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Book1
BCDEFGHIJ
2
3Sheet 1Sheet 2
4
5ClientAddressContactDetailsClientDetail
6a111#N/AdOrder Id 200
7b112Order Id 500bOrder Id 500
8c113#N/A
9d221Order Id 200
10e222#N/A
11
12
Sheet1
Cell Formulas
RangeFormula
E6:E10E6=VLOOKUP(B6,H:I,2,0)



You can use look-up to find relevant details from Sheet 2-Relating to particular Client
If client information is not available in Sheet 2 then it wont show up and represent by #NA
However there are some limitation also
1. If there are duplicate then it will always show the first one
 
Upvote 0
Use Power Query to establish relationship and merge
 
Upvote 0

Forum statistics

Threads
1,214,780
Messages
6,121,525
Members
449,037
Latest member
tmmotairi

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