Good day - thanks in advance for any help.
Working with a moderately sized dataset (currently about 80,000 records, but it will grow over the next few months) and need to do a countif (to show how many instances of a record have been recorded) and a countifs (to show how many instances of each record have a certain value from another sheet).
Right now, I'm doing it with COUNTIF in one column, and COUNTIFS in another ... and it takes quite a while to finish.
Do any of you have any recommendations that I can try, which will accomplish those objectives?
To reiterate - I have a list of 80,000 strings which have been rated as GOOD or BAD - I am making a unique list of those strings with a counter for both TOTAL # of Instances (countif) and TOTAl # of BAD ratings.
Thank you so much for any suggestions!