Each release, a number of my reports help test for our engineering team, they are assigned cases in a google sheet and work through it.
Is there a way i can count the amount of times their name appears in a google sheet, from a separate sheet or app?
I know i could COUNTIF, but this would mean each week I'd have to go in, and write a bunch of countif formulas for the various people testing.
I was thinking there must be a way to write a script that searches for unique names in a column, then automatically writes the countif statements and prints them to a CSV or seperate sheet, but this is really the first thing I've tried to automate and am struggling to find the right info to get started, any direction or help would be greatly appreciated.