Reputation: 61
How to organize raw data array using 1 formula so that the output is a table like in the sample to the right of the array? Criteria:
File link: https://docs.google.com/spreadsheets/d/1HdEJSO3IBE46_HRQ6Bq5JE1nwTO-g2fbjYRnxs82A7Q/edit#gid=0
Upvotes: 0
Views: 46
Reputation: 30240
You may try:
=map(unique(tocol({A3:A;C3:C},1)),lambda(Σ,{Σ,unique(torow(ifna(filter(E:F,(A:A=Σ)+(C:C=Σ))),1),1)}))
Upvotes: 2