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

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
(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,123
Messages
6,123,182
Members
449,090
Latest member
bes000

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