Hi all,
I am struggling to find a smart and efficient way where I can make a list out of a huge table.
Thought there would be someone here that could help me find a way to build a macro or some condition formula in order to obtain the result i am after.
Its heavy manual work but somehow i want to believe it can be automated somehow.
I have a list of names (in rows) and a list of items (in columns), but not all names necessary need to be in all columns, should be at least 1, but can also have none.... so I have many empty cells lets say.
In the end what I want to achieve, is to have a summary list of which column item is ticked for each name.. or which names appear on each column.
Example:
Thing is that I actually have 100-150 names (rows) and 288 options/items (columns) - that's why the N.
and below how id like to have it:
Ideally option 1 i believe is the best one since ill have it easier to group and work with it.
but Other option i thought to try is maybe to have them as below:
Not sure what would be easier to build to be honest.
I have the feeling it can be an easy task to do, but somehow I'm having hard time to put it all together.
Thanks in advance!
Regards,
Dani
I am struggling to find a smart and efficient way where I can make a list out of a huge table.
Thought there would be someone here that could help me find a way to build a macro or some condition formula in order to obtain the result i am after.
Its heavy manual work but somehow i want to believe it can be automated somehow.
I have a list of names (in rows) and a list of items (in columns), but not all names necessary need to be in all columns, should be at least 1, but can also have none.... so I have many empty cells lets say.
In the end what I want to achieve, is to have a summary list of which column item is ticked for each name.. or which names appear on each column.
Example:
Name | Opt1 | Opt2 | Opt3 | Opt4 | Opt5 | OptN |
Alfa | Yes | Yes | ||||
Beta | Yes | |||||
Charlie | Yes | |||||
Delta | Yes | Yes | ||||
Echo | Yes | |||||
NameN | Yes |
Thing is that I actually have 100-150 names (rows) and 288 options/items (columns) - that's why the N.
and below how id like to have it:
Ideally option 1 i believe is the best one since ill have it easier to group and work with it.
Alfa | Opt1 |
Alfa | Opt4 |
Beta | Opt3 |
Charlie | Opt2 |
Delta | Opt4 |
Delta | Opt5 |
Echo | Opt3 |
NameN | OptN |
but Other option i thought to try is maybe to have them as below:
Opt1 | Alfa | |
Opt2 | Charlie | |
Opt3 | Beta | Echo |
Opt4 | Alfa | Delta |
Opt5 | Delta | |
OptN | NameN |
Not sure what would be easier to build to be honest.
I have the feeling it can be an easy task to do, but somehow I'm having hard time to put it all together.
Thanks in advance!
Regards,
Dani