Forum Discussion
ajl_ahmed
Oct 15, 2024Iron Contributor
Sum operation under many conditions
Hi I need to do sum operation based on following conditions: 1.Each name in table 2 should be compared with names in table 1, if it is compatible or equal then moves to the second conditions. 2. c...
ajl_ahmed
Oct 15, 2024Iron Contributor
Thanks for your reply
I can unmerge the cells and rearrange table 1 as shown in the attached file.
Patrick2788
Oct 15, 2024Silver Contributor
Thank you. The workbook I attached above did the same.
The key step is to first flatten the data:
Pull out the necessary columns and then PIVOTBY can make short work of things.
- ajl_ahmedOct 15, 2024Iron ContributorDoes it work on Google sheet?
- Patrick2788Oct 15, 2024Silver ContributorI can't speak for compatability. I don't use Google sheets.