MostafaShams
New Member
- Joined
- Jan 3, 2021
- Messages
- 1
- Office Version
- 2013
- Platform
- Windows
Hello Everyone
i want to make all possible combination lets say of 5 digits for 5 numbers ( 1,2,3,4,5 )
11111,11112,11113
but i want to exclude certain outputs by limiting repetition of each char to 2 in a row
like 11234 is acceptable but 11123 is not , as ( 1 ) is repeated 3 times
can this be done ?
and is there a formula that calculate output numbers in this condition before execution ?
i want to make all possible combination lets say of 5 digits for 5 numbers ( 1,2,3,4,5 )
11111,11112,11113
but i want to exclude certain outputs by limiting repetition of each char to 2 in a row
like 11234 is acceptable but 11123 is not , as ( 1 ) is repeated 3 times
can this be done ?
and is there a formula that calculate output numbers in this condition before execution ?