Hello All,
I am stuck since a few days on this workbook where I am trying automate the reverse engineering of existing team lists. Without confusing anyone further, here are the steps of what I need to accomplish.
Context -- The workbook contains team lists, it can have any number of teams and participants in each team. My task is to be able to automate the action of dividing the participants of each team equally across the other teams.
As an example,
Team 1Team 2Team 3Team 4
SamGeorgeJaneMartin
JackIanCarlYvette
HollyJohnRickAndrew
Team 1Team 2Team 3Team 4
SamJackHollyGeorge
IanJohnJaneCarl
RickMartinYvetteAndrew
There can be any number of teams and any number of participants (including uneven participants in each team).
I want my formula to lookup and return the participant names and number of teams, following this it must automatically populate the new list. Is this asking too much? Is it possible?
I tried to use transpose to reverse a major chunk of the list and then shift the last few names manually but it is not the best process.
Sorry I'm new to excel, please help me!
I am stuck since a few days on this workbook where I am trying automate the reverse engineering of existing team lists. Without confusing anyone further, here are the steps of what I need to accomplish.
Context -- The workbook contains team lists, it can have any number of teams and participants in each team. My task is to be able to automate the action of dividing the participants of each team equally across the other teams.
As an example,
Team 1Team 2Team 3Team 4
SamGeorgeJaneMartin
JackIanCarlYvette
HollyJohnRickAndrew
Team 1Team 2Team 3Team 4
SamJackHollyGeorge
IanJohnJaneCarl
RickMartinYvetteAndrew
There can be any number of teams and any number of participants (including uneven participants in each team).
I want my formula to lookup and return the participant names and number of teams, following this it must automatically populate the new list. Is this asking too much? Is it possible?
I tried to use transpose to reverse a major chunk of the list and then shift the last few names manually but it is not the best process.
Sorry I'm new to excel, please help me!