caladanbrood
Member
Hi all,
I have been searching on various sites for a while for a solution to this problem and I keep thinking I've found what I need but never quite finding the right thing.
I have a list of people, and what I need to get is all possible combinations of these people. I can do this manually, however the list may be expanded or changed, and I don't want to have to do it each time. Unfortunately macros are not a possibility.
So the list I have is:
Ash
Craig
Jon
Claire
And the results I need are:
Ash
Craig
Jon
Claire
Ash; Craig
Ash; Jon
Ash; Claire
Craig; Jon
Craig; Claire
Jon; Claire
Ash; Craig; Jon
...
etc all the way down to
...
Ash; Craig; Jon; Claire
This would then be a named range which can be used in a drop-down box elsewhere.
This is beyond my equation-fu, but I was hoping someone may have come across this before. There will never be more than 6 people in this list.
If this is not possible then I will have to find some alternative, but at least I would be put out of my misery!!!
Thanks in advance, you guys are always incredible!
I have been searching on various sites for a while for a solution to this problem and I keep thinking I've found what I need but never quite finding the right thing.
I have a list of people, and what I need to get is all possible combinations of these people. I can do this manually, however the list may be expanded or changed, and I don't want to have to do it each time. Unfortunately macros are not a possibility.
So the list I have is:
Ash
Craig
Jon
Claire
And the results I need are:
Ash
Craig
Jon
Claire
Ash; Craig
Ash; Jon
Ash; Claire
Craig; Jon
Craig; Claire
Jon; Claire
Ash; Craig; Jon
...
etc all the way down to
...
Ash; Craig; Jon; Claire
This would then be a named range which can be used in a drop-down box elsewhere.
This is beyond my equation-fu, but I was hoping someone may have come across this before. There will never be more than 6 people in this list.
If this is not possible then I will have to find some alternative, but at least I would be put out of my misery!!!
Thanks in advance, you guys are always incredible!