i want to use countifs to count multiple rows that meet specific row requirements
for example i have a table “activity” with program, service and visit date as columns program refs a different table program type and service refs table activity type
how to i display a count of specific program type , service with a specified date range
Replace program-type with an expression that provides the program type to find, service with the service to find, and visit-date-start and -end with the start and end dates of the search range.