Hello! How can I calculate the number of working days between two dates, and the start date would count as 0? If something started on 12/2/24 and completed on 12/5/24 result should be 3 days, not 4.
Currently using the formula:
=NETWORKDAYS(start_date,completion_date)-SIGN(NETWORKDAYS(start_date,completion_date,))
Currently using the formula:
=NETWORKDAYS(start_date,completion_date)-SIGN(NETWORKDAYS(start_date,completion_date,))