Help with an excel situation

golfpro63

New Member
Joined
Nov 6, 2023
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
I am trying to find repeating numbers in a large page of lottery results
the lotto is keno and I have 20 number combination results
I want to find all repeating combos with the same 10 numbers out of the past drawn results

numbers are located in E2 TO X2601.
Does anyone know a formula for this?

Thank you

John
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
(assuming each number is in 1 column) make function in column 11 that concatonates all 10 nums: = CONCAT(A2,"-",B2,"-",C2,"-",D2,"-",e2,"-",f2,"-",g2,"-",h2,"-",i2,"-",j2)
dbl-click it so it copies all down the list.
make a pivot table to count each combo.
 
Upvote 0

Forum statistics

Threads
1,215,088
Messages
6,123,057
Members
449,091
Latest member
ikke

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