Forum Discussion
MOTI
Dec 29, 2024Copper Contributor
FUNCTION
HELLO
I look for function that will show me all the combinationes of 4 numbers in excell
BEST REGARDS
5 Replies
- AsherHoltCopper Contributor
It helped me, Thank you so much for the solution.
- m_tarlerBronze Contributor
if you want a solution that isn't a macro you can try:
=LET(in, A1:A7, n, ROWS(in), c, SEQUENCE(n)*SIGN(BITAND(SEQUENCE(1, 2 ^ n), 2 ^ SEQUENCE(n, 1, 0))), IF(c,INDEX(in,c),"") ) - MOTICopper Contributor
HI
I dont understand.
could you send a file with an example ?
What exactly do you want to accomplish?