Hello!
We have a project where data is entered for an individual client on a monthly basis. We have created a metric sheet so we can share aggregate data in charts on a dashboard, and have set it up for the two enrollment statuses that only occur once ("referral" and "discharge"); however, we are struggling with how to pull metrics for those records that are entered for youth with the enrollment status of "Active".
Each client enrolled in the grid will have one "Active" enrollment record entered every month. We only want to report those youth who were listed as "Active" during the last reporting period (variable that lists the last day of the month they are reporting, ex. 03/31/21). If we don't bound this, then our metrics will include every single client multiple times.
I was thinking about creating a secondary grid with cell links, but it doesn't look like I can set a criteria with that feature - so it's back to trying to figure out a better countif statement...
Example of the "easy" formula: =COUNTIFS({SOC Wraparound Client Tracker Range 13}, "Juvenile Justice System", {SOC Wraparound Client Tracker Range 10}, "La Casa, Chaves", {SOC Wraparound Client Tracker Range 11}, "Referral")
Thanks!!