lottery numbers for 1 to 37 ( not contious )

sylesh

New Member
Joined
Nov 14, 2023
Messages
1
Office Version
  1. 365
dear sir i have series of numbers between 1 to 49 lets say 35 numbers say 1 2 4 7 9 11 13 ......48 these consist of different numbers lets say in all i have 36 numbers

i want to know how to get all the lottery combionation of it 1 of 36 numbers ( but not in sequence 1 2 3 4 5 6 7 8 9 10 .... no this way

can any body help
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
You can use SEQUENCE function to generate the whole series. But I wonder you are aware how big the series would be and how long it can take a system to generate the same.

Just by the imagination of enormity and risk of hanging my system, I'm not attempting it...

Among all the results, you have to eliminate the one you quoted - which is in sequential order. Rest shall be valid

BUT, before you attempt use PERMUTATIONA function to understand the enormity of the entire exercise...

Excel Formula:
=PERMUTATIONA(36,36)-1
shall be the total number of combinations you want excel to generate...

That is the best I can help. I'm not going to attempt or write the entire formula...
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,092
Messages
6,123,064
Members
449,090
Latest member
fragment

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