Hello,
I am trying some ambitious formula and can't seem to even manage Copilot to assist me to figure out a simple way. hopefuly here I will find a solution.
The context:
I have 2 tables. One with some Contacts, that have some headers, and each header represent a group of items.
Then i have another table, where i have those headers, as rows, and each one representing another group of items.
Something like the below:
Table Contacts
Table Items
In the Table Contacts, each contact will have an X on each column when they fit a group. If they have an X in group 1, it would mean that they would have items 1 to 3 assigned.
I have a 3rd table, where i have basically a copy of Table Items, but where i added all contacts as headers. To merge both tables.
And what i want, is a formula or a way, to automate the population of the data, so whenever a Contact has an X on a group in the Table Contacts, it will populate the 3rd table, for each row where the group matches.
Something as per below:
Table Contacts
Final Table
The Final Table, is not really a table, because i would like it to have dynamic rows/headers, so whenevr a contact is added, a new header will appear, and whenever a new group/item is added, a new row would be added.
I did this part with Unique, for rows, and unique transpose for headers, but also am welcome for better options.
Hope it makes sense and look forward for any suggestion and help from you all!
thanks in advance!
I am trying some ambitious formula and can't seem to even manage Copilot to assist me to figure out a simple way. hopefuly here I will find a solution.
The context:
I have 2 tables. One with some Contacts, that have some headers, and each header represent a group of items.
Then i have another table, where i have those headers, as rows, and each one representing another group of items.
Something like the below:
Table Contacts
Contacts Names | Group1 | Group2 | Group3 | Group4 |
Contact1 | ||||
Contact2 | ||||
Contact3 |
Table Items
Group | Item |
Group1 | Item1 |
Group1 | Item2 |
Group1 | Item3 |
Group2 | Item4 |
Group3 | Item5 |
Group3 | Item6 |
Group4 | Item7 |
In the Table Contacts, each contact will have an X on each column when they fit a group. If they have an X in group 1, it would mean that they would have items 1 to 3 assigned.
I have a 3rd table, where i have basically a copy of Table Items, but where i added all contacts as headers. To merge both tables.
And what i want, is a formula or a way, to automate the population of the data, so whenever a Contact has an X on a group in the Table Contacts, it will populate the 3rd table, for each row where the group matches.
Something as per below:
Table Contacts
Contacts Names | Group1 | Group2 | Group3 |
Contact1 | X | X | |
Contact2 | X | ||
Contact3 | X |
Final Table
Group | Item | Contact1 | Contact2 | Contact3 |
Group1 | Item1 | X | X | |
Group1 | Item2 | X | X | |
Group1 | Item3 | X | X | |
Group2 | Item4 | X | ||
Group3 | Item5 | X | ||
Group3 | Item6 | X |
The Final Table, is not really a table, because i would like it to have dynamic rows/headers, so whenevr a contact is added, a new header will appear, and whenever a new group/item is added, a new row would be added.
I did this part with Unique, for rows, and unique transpose for headers, but also am welcome for better options.
Hope it makes sense and look forward for any suggestion and help from you all!
thanks in advance!