A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi there,
I’m Cherrelyn, and I’m here to help.
Please try these suggestion:
- Use “Get rows” (for Excel, SharePoint, etc.) to pull in your data.
- Add an “Initialize variable” action:
- Name: CategoryCount
- Type: Object
- Value: {}
- Use an “Apply to each” loop to go through each row.
- Inside the loop, add a “Set variable” action:
- Use expression logic like:
- After the loop, your CategoryCount variable will hold the count per category.
This mimics Excel’s counting grouped by a specific column.
I hope this helps, and if you have any questions, feel free to reply to this post.
Warm regards,
Cherrelyn