Hi,
I am trying to gather a sum total headcount for each day of the month based off another sheet that has a date range of each users visit. How do i capture the total headcount for each day a user is onsite?
I have been using IF(NETWORKDAYS( START DATE, END DATE, = specific day) and get an incorrect argument error.
=IF(NETWORKDAYS({TA Management Submissions Range 3}, {TA Management Submissions Range 2} = [Month_Breakdown]@row))