Common too all columns

sgoodrich

New Member
Joined
Feb 25, 2022
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I am working on a project where I have a long list of part numbers from 3 stores in excel format. most of them are duplicates, some are unique to a particular store etcetera. We are trying to find the part numbers that are common to all three stores. I am not a good excel user not a great excel user. Any help would be greatly appreatiated.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Can you post some sample data, along with expected results.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Store 1Store 2Store 3Common List
123-abc123-abc123-abc123-abc
456-def789-ghi456-def789-ghi
789-ghi012-jkl789-ghi012-jkl
012-jkl345-mno012-jkl678-pqr
678-pqr678-pqr345-mno901-pqr
901-pqr901-pqr678-pqr
234-pqr901-pqr
567-pqr
 
Upvote 0
Thanks for that, how about
+Fluff 1.xlsm
ABCDE
1Store 1Store 2Store 3Common List
2123-abc123-abc123-abc123-abc
3456-def789-ghi456-def789-ghi
4789-ghi012-jkl789-ghi012-jkl
5012-jkl345-mno012-jkl678-pqr
6678-pqr678-pqr345-mno901-pqr
7901-pqr901-pqr678-pqr
8234-pqr901-pqr
9567-pqr
10
Main
Cell Formulas
RangeFormula
E2:E6E2=FILTER(A2:A8,(ISNUMBER(MATCH(A2:A8,B2:B7,0)))*(ISNUMBER(MATCH(A2:A8,C2:C9,0))))
Dynamic array formulas.
 
Upvote 0
Solution
Thank you so much :), I have tried many times with similar types of problems. I think this will help me grow as a user.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,213,544
Messages
6,114,239
Members
448,555
Latest member
RobertJones1986

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