vlookup?

JTL9161

Well-known Member
Joined
Aug 29, 2012
Messages
580
Office Version
  1. 365
Platform
  1. Windows
Within 1 spreadsheet I have 4 tabs. First tab (ALL) has approx. 200 names. Those names are listed once on the one of other 3 tabs/spreadsheets. What would be the formula on the ALL spreadsheet to look at the name in column A then search for that name on all of the other 3 tabs (where it should be listed on only 1 of the 3) and return the data in columns B, C and D. You can call the other tabs Tab1, Tab2, and Tab 3.

Appreciate your help.
Thank you,
James
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
I have updated my details. Excel 365 on Windows 10
 
Upvote 0
Thanks for that, how about in B2 dragged down only
Excel Formula:
=XLOOKUP(A2,Sheet1!$A$2:$A$25,Sheet1!$B$2:$D$25,XLOOKUP(A2,Sheet2!$A$2:$A$25,Sheet2!$B$2:$D$25,XLOOKUP(A2,Sheet3!$A$2:$A$25,Sheet3!$B$2:$D$25,"",0),0),0)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
While I have you.....

Next step with this. There are 4 Sheets. Sheet1(ALL), Sheet2, Sheet3, Sheet4. If any name is found on 2,3 or 4 it puts the data on Sheet1(All). Which is what we did above. On other sheets I have the master list of 200+ names. If name appears on for example Sheet2 how can that name be removed from master lists on Sheet3 and Sheet4?
 
Upvote 0
You cannot do that with a formula, it would need VBA
 
Upvote 0

Forum statistics

Threads
1,222,752
Messages
6,168,007
Members
452,160
Latest member
Bekerinik

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