Hello
I am making a dashboard where it details the number of completed, in progress, not started and overdue projects. I use the widget "metric".
I get the data from a secondary sheet (an extra support sheet to the main one) which gives an overview. In this sheet I use "Countif" to count the amount of projects in each state of completed, in progress, not started and overdue
The problem is that the "countif" includes the parent row. This makes it seem as though the parent row are separate tasks when they aren't. This results in the total amount of projects to be off by a surplus of 24.
I tried using Countifs where it is supposed to only count the rows not marked in a checkbox column:
=COUNTIFS({Planning area 80, 60 & 10 rev1 Range 1}, ="Completed";{Planning area 80, 60 & 10 rev1 Range 2}:{Planning area 80, 60 & 10 rev1 Range 2}, ="0")
Is the Countifs wrong, or is there another way of accomplishing my goal?
Thank you in advance.