Find repeat numbers in rows from previous row

Terry461

New Member
Joined
Feb 25, 2023
Messages
2
Office Version
  1. 2007
Platform
  1. Windows
Hello. I need a Pull-Down formula to find Repeat numbers in Rows
from the Previous Row (above) and display them in a Cell
across to to the Right as I pull down the formula to check
the remaining rows.

Sample Data.
====================
3 10 12 16 33 47
8 27 30 41 45 49
17 22 30 32 40 46
11 22 26 29 46 47
9 10 21 28 35 43
2 5 18 23 29 47
5 17 21 29 41 43
16 19 32 34 48 49
5 21 30 40 46 49
2 4 12 24 30 49
====================
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Upvote 1
Is this what you need?
Book1
ABCDEFGHIJKLM
231012163347
382730414549      
417223032404630     
51122262946472246    
691021283543      
72518232947      
851721294143529    
9161932344849      
105213040464949     
1124122430493049    
Sheet1
Cell Formulas
RangeFormula
H3:M11H3=IFERROR(SMALL(IF(ISNUMBER(MATCH($A3:$F3,$A2:$F2,0)),$A3:$F3),COLUMNS($H3:H3)),"")
Press CTRL+SHIFT+ENTER to enter array formulas.

Hi jasonb75

That worked fine. Many thanks!
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,215,181
Messages
6,123,508
Members
449,101
Latest member
mgro123

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