I have a sheet with a multi-select column (Plaintiff Law Firms) that I want to group by and count in a report.
I have a helper sheet (Plaintiff Firm Helper Sheet) that counts the number of times the law firm appears in the sheet:
=COUNTIFS({G6 Active Cases Range 1}, HAS(@cell, [Law Firm Names]@row))
I also have a report (Cases by Jurisdiction and Plaintiff Firm) I've designed to summarize the data by jurisdiction and plaintiff firm. I want to group by the plaintiff law firm column, and count the number of times the firm appears in each jurisdiction. How do I do this?
I know I need to use the helper sheet and formulas, but need some suggestions on how to bring my report over the finish line.
Snapshots of 1) My Sheet, 2) My Helper Sheet and 3) My Report are below. Thanks!