playamaker
New Member
- Joined
- Apr 22, 2018
- Messages
- 1
Hi,
I want to list down all the possible combinations of size 'r' from a list of size 'n'. So let's say I have the following list from cell A1 to cell A6.
A
B
C
D
E
F
I want to list down combinations of size 4 starting in column C. So cell C1 to C4 will be:
A
B
C
D
Then cells D1 to D4 will be:
A
B
C
E
and so on till all the 15 combinations of size 4 are listed, with the last combination in column Q.
I want to list down all the possible combinations of size 'r' from a list of size 'n'. So let's say I have the following list from cell A1 to cell A6.
A
B
C
D
E
F
I want to list down combinations of size 4 starting in column C. So cell C1 to C4 will be:
A
B
C
D
Then cells D1 to D4 will be:
A
B
C
E
and so on till all the 15 combinations of size 4 are listed, with the last combination in column Q.