Hello,
I need to count status values which reside in the same column that are related to a specific track. I think I need to add OR( in the formula but am not sure how that is formatted. My current formula is below.
=COUNTIFS({Status}, @cell = "Backlog", {Status}, @cell = "In Progress", {Track}, @cell = "Dashboard Reporting")