Excel find which group of nunbers repeating in multiple columnes

exoterikos

New Member
Joined
Jun 29, 2013
Messages
3
Office Version
  1. 2016
Platform
  1. Windows
I have 4 columnes with simple values. 31,42,44 appears in every columne. But this is a small sample of data . I need to work with much bigger data.
Is there any formula to find which numbers appears simultaneously on all columnes?
 

Attachments

  • data.PNG
    data.PNG
    19.8 KB · Views: 5

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
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’)

You could use conditional formatting to highlight col A
Fluff.xlsm
ABCD
13550943
2462462
347111435
434434036
517231811
645452523
73724340
89402441
9401287
101016142
11311346
124885034
13432073
1447211941
1539538
1634192446
17124650
1830414822
1929401549
203840358
Main
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:A20Expression=AND(COUNTIFS($B$1:$B$20,A1),COUNTIFS($C$1:$C$20,A1),COUNTIFS($D$1:$D$20,A1))textNO
 
Upvote 0
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Excel find which group of nunbers repeating in multiple columnes
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
If you want to return the actual numbers, try
Fluff.xlsm
ABCDEF
13550943
246246240
34711143543
434434036 
517231811 
645452523 
73724340
89402441
9401287
101016142
11311346
124885034
13432073
1447211941
1539538
1634192446
17124650
1830414822
1929401549
203840358
Main
Cell Formulas
RangeFormula
F2:F6F2=IFERROR(INDEX($A$1:$A$20,AGGREGATE(15,6,ROW($A$1:$A$20)/(COUNTIFS($B$1:$B$20,$A$1:$A$20)>0)/(COUNTIFS($C$1:$C$20,$A$1:$A$20)>0)/(COUNTIFS($D$1:$D$20,$A$1:$A$20)>0),ROWS(F$2:F2))),"")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:A20Expression=AND(COUNTIFS($B$1:$B$20,A1),COUNTIFS($C$1:$C$20,A1),COUNTIFS($D$1:$D$20,A1))textNO
 
Upvote 0
If you want to return the actual numbers, try
Fluff.xlsm
ABCDEF
13550943
246246240
34711143543
434434036 
517231811 
645452523 
73724340
89402441
9401287
101016142
11311346
124885034
13432073
1447211941
1539538
1634192446
17124650
1830414822
1929401549
203840358
Main
Cell Formulas
RangeFormula
F2:F6F2=IFERROR(INDEX($A$1:$A$20,AGGREGATE(15,6,ROW($A$1:$A$20)/(COUNTIFS($B$1:$B$20,$A$1:$A$20)>0)/(COUNTIFS($C$1:$C$20,$A$1:$A$20)>0)/(COUNTIFS($D$1:$D$20,$A$1:$A$20)>0),ROWS(F$2:F2))),"")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:A20Expression=AND(COUNTIFS($B$1:$B$20,A1),COUNTIFS($C$1:$C$20,A1),COUNTIFS($D$1:$D$20,A1))textNO
it looks exactly what i need but don't work
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,964
Members
452,371
Latest member
Frana

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