Hello,
I am trying to group a list for our school parents.
I searched for some solution on the forum, but it was often with PowerQuery, which I don't know. (I am not even sure if I have on my Office 2019..)
I found few solutions for converting rows into columns, but it was only with 2 columns for starting, and I have few columns that I need to keep as "grouped".
Thanks for your help!
Here is the data I have, for parents and children. (All is fake names, for this example)
For each child, we have the parent name and email address.
I would need to change, for our parents mailing list, with the email address as the unique ID, but I need separate fields for additional children.
For each parent, I would like to show the children in additional columns. (3,4, 5 columns if some parents had 5 children in the school)
I would like to obtain something like this:
Thanks a lot for your help.
I am the only "computer guy" in our parents group... but obviously, I only know the very basic things to make a mailing list..
I am trying to group a list for our school parents.
I searched for some solution on the forum, but it was often with PowerQuery, which I don't know. (I am not even sure if I have on my Office 2019..)
I found few solutions for converting rows into columns, but it was only with 2 columns for starting, and I have few columns that I need to keep as "grouped".
Thanks for your help!
Here is the data I have, for parents and children. (All is fake names, for this example)
For each child, we have the parent name and email address.
Child Name | Child Surname | Child Class | Parent Name | Parent email address |
ANDERSEN | Lea | 2 | ANDERSEN Mark | a.M@gmail.com |
ELIS | Vincent | 2 | ELIS Simone | e.s@gmail.com |
ELIS | Valerie | 3 | ELIS Simone | e.s@gmail.com |
ELIS | Alex | 5 | ELIS Simone | e.s@gmail.com |
WILSON | Rayan | 2 | WILSON Anna | w.a@gmail.com |
WILSON | Clara | 3 | WILSON Anna | w.a@gmail.com |
WILSON | Rayan | 2 | BROWN John | b.j@gmail.com |
WILSON | Clara | 3 | BROWN John | b.j@gmail.com |
I would need to change, for our parents mailing list, with the email address as the unique ID, but I need separate fields for additional children.
Parent email address | Parent Name | Child Name | Child Surname | Child Class |
a.M@gmail.com | ANDERSEN Mark | ANDERSEN | Lea | 2 |
e.s@gmail.com | ELIS Simone | ELIS | Vincent | 2 |
e.s@gmail.com | ELIS Simone | ELIS | Valerie | 3 |
e.s@gmail.com | ELIS Simone | ELIS | Alex | 5 |
w.a@gmail.com | WILSON Anna | WILSON | Rayan | 2 |
w.a@gmail.com | WILSON Anna | WILSON | Clara | 3 |
b.j@gmail.com | BROWN John | WILSON | Rayan | 2 |
b.j@gmail.com | BROWN John | WILSON | Clara | 3 |
For each parent, I would like to show the children in additional columns. (3,4, 5 columns if some parents had 5 children in the school)
I would like to obtain something like this:
Parent email address | Parent Name | Child Name 1 | Child Surname1 | Child Class1 | Child Name2 | Child Surname2 | Child Class2 | Child Name3 | Child Surname3 | Child Class3 | Child Name4 | Child Surname4 | Child Class4 |
a.M@gmail.com | ANDERSEN Mark | ANDERSEN | Lea | 2 | |||||||||
e.s@gmail.com | ELIS Simone | ELIS | Vincent | 2 | ELIS | Valerie | 3 | ELIS | Alex | 5 | |||
w.a@gmail.com | WILSON Anna | WILSON | Rayan | 2 | WILSON | Clara | 3 | ||||||
b.j@gmail.com | BROWN John | WILSON | Rayan | 2 | WILSON | Clara | 3 |
Thanks a lot for your help.
I am the only "computer guy" in our parents group... but obviously, I only know the very basic things to make a mailing list..