Good afternoon,
I am in need of assistance with adding multiple Status(column) from a drop down and sorting them by priority. I was able to get two formulas working as a start but cannot seem to add multiple drops downs from the status. I was able to develop a report so show this information but I am seeking a formula for the sheet summary.
=COUNTIFS(Status:Status, "In Progress", Priority:Priority, "High")
I am looking to see all the "High" Priority (Column) items from the three different Status's (Column) "In Progress", "Blocked", and "Ongoing".
Any help would be wonderful!