I'm trying to avoid duplicates with a countifs formula.
I'm looking to count pending, future, or approved leave types, but I want toavoid counting the same employee ID twice.
Below is my formula that I have been using; however, I keep getting an unparsable error message
Any help would be appreciated.
=COUNTIFS(DISTINCT({EE ID},{LOA Tracker Range 1})> 1, 1{Leave Type}, [Primary Column]@row, {Status Pending}, "future")