I am trying to count the number of days over a period of time that include Saturdays, but exclude Sundays and holidays. Is there a known formula for that?
This is a formula I found for excel but isn't working in SS:
=SUM(INT((WEEKDAY([LOAD IN START]@row - {2,3,4,5,6,7}) + [LOAD IN END]@row - [LOAD IN START]@row) / 7))