Hoping for some help with some formulas tally information in some of my spreadsheets.
I'm tallying data totals that meet criteria in 2 separate dropdown columns in order to turn these into charts. I need to know how many audition types (commercial, radio, etc) came from different agents or databases. Example: How many Commercial auditions came from Ecocast.
One column is labeled as COMPANY, the other as TYPE. Both columns have dropdowns with the information.
Here's my current formula:
=COUNTIF({Copy of Audition Tracker - 2025 Range 2}, "EcoCast", {Copy of Audition Tracker - 2025 Range 1}, "Commercial)")
I know it's wrong, but don't know how to correct it. Any help is really appreciated!