Thanks a lot for your answer. Indeed the video allowed me to find the formula to sum the number by person. But I still can’t find out how to summarize the names in one row per name.
Unfortunately the grouping column is not what im looking for.
i’m sorry for bein annoying but it’s been hours that i’m looking for a formula for the names which im sure is pretty simple but i can’t find a way to do it.
I’ve tried : Table.Comedien.Unique() ; Table.comedien.listcombine().unique()… but it’s just make a list of every comedian in every row
From what is visible in the screenshots, it’s not clear how in the summary “Adrien Caminada”, has 48 takes, while in the table above are only 2 instances for “Adrien Caminada” visible, take 4 and take 2.
As far as I can judge it has to do with the data structure, the “comedien” are the names you can take from and when you want to assign takes, you need a new table where you record each take, as one “comedien” can have multiple takes.
To avoid misunderstandings, kindly share your doc in the community to avoid confusion.