Hi, I'm trying to write a formula to count the number of tasks In progress, where the row level is"0" or "0+" (which are parent rows). Here is my formula:
=COUNTIFS({Level}, OR(@cell = "0", @cell ="0+"), {Status}, "In progress")
Here's my sheet:
I should be getting a total count of 5, but the formula is returning a count of 3 and I'm not sure why?
I'd also like to do another formula and count the number of "In progress" 0 or 0+ rows by team, but I'm not sure where to insert the Team# into the formula?