Hello
I have a formula at the moment that is calculating the tenure based on different ranges. The below is example is for those with tenure between 1 and 5 years:
=COUNTIF({GOAL C8 Participant Tracker Range 1}, ">1") - COUNTIF({GOAL C8 Participant Tracker Range 1}, ">5")
However, I want to add another criteria to this formula so that it will only count those who have an "Active" or "On Leave" status in the reference sheet.
I can't get this to work. Any suggestions?
Thanks in advance!