Hello,
I currently have this formula that works “Count(select(Household[Status],or([Status]=“Client: Current”,[Status]=“Client: Firm Lead”)))”
This adds up the total number of rows that have a status of “Client: Current” or “Client: Firm Lead”. Essentially giving me the total number of clients.
I want to add another condition to the formula. The clients are filtered into three different tiers (Gold, Silver, Bronze). So I would like to get the total number of “Gold” clients. I have attempted to use FILTER or AND but have been unsuccessful.
Any input is appreciated, thanks.