Hi everyone,
I was wondering if someone can help me with a formula for counting stuff? I've got let's say 4 stages of study progress - start-up, active, LTFU and completed.
Now I've got a helper column to help me identify if the project code is unique as multiple resources may work on the same project. If it says "1" the code is unique, if it says "0", the code is already mentioned above in the sheet.
I would like to build a metrics sheet where I will count the projects by stage but only those that have "1" in the helper column.
My idea was to have something like this, but because I'm a bit of a noob, I'm not sure where I am making a mistake or how to properly format it:
=COUNTIF(AND({Master Projects and OOO Tracker Range 1}, [unique]@row=1, Label2))
Label 2 refers to the keyword in my metrics sheet, e.g. start-up, active, LTFU and completed.
Can anyone please advise?