Forum Discussion
GPratik
Feb 15, 2020Copper Contributor
How can I enlist permutations of an 8 digit number containing only 1, 2 & 3
I want to create a List of 8 digit numbers which contains only 1, 2 & 3 in it
- Feb 15, 2020In A1, type =BASE(ROW()-1,3,8). Copy that down to A6561. Then next to that type =SUBSTITUTE(A1,"0","3") and copy down.
Savia
Feb 15, 2020Iron Contributor
In A1, type =BASE(ROW()-1,3,8). Copy that down to A6561. Then next to that type =SUBSTITUTE(A1,"0","3") and copy down.