Trying to use distinct index to pull in information to display the running total cost of an employee, but I only want it to pull in "Current Employees"
Currently this formula works for ALL employees past and present.
=(INDEX(DISTINCT({EMPLOYEE}), Number@row)
I would like to add on to this formula to ONLY include employees that have the "CURRENT EMPLOYEE" box checked.
Trying to use this formula, but I see it's not correct.
=IF(INDEX(DISTINCT({EMPLOYEE}), Number@row, {CURRENT EMPLOYEE}, 1))
Is this possible?
Thanks!