planopeets
IS-IT--Management
I have the below statement to sum the number of FTE's for a Job Function. I want to add an OR type condition to the below statement, so it is adding 2 or more Job Functions, for example Job_Function = "Business Consultant" or Job_Function = "Programmer".
Thoughts on how to do this?
=SUM(IF(Job_Function="Business Consultant",IF(Start_Date<=$A21,IF(End_Date>=$A21,(1*Allocated)))))
Thoughts on how to do this?
=SUM(IF(Job_Function="Business Consultant",IF(Start_Date<=$A21,IF(End_Date>=$A21,(1*Allocated)))))