Hello,
I am using the NETWORKDAYS formula in two separate sections on the same worksheet, however one of them is not calculating properly. Of note, I use the www.timeanddate.com/date/workdays site as a double check method to confirm the calculations with an exclusion of weekends and public holidays in Canada.
Location A formula: =NETWORKDAYS(H22,I22,B76:B158)
Location B formula: =NETWORKDAYS(B55,C55,B76:B158)
The # of working days in location B should be 126.
I need to amend the dates in location B to only reflect one day, 2023-07-02, however it gives me a result of 0. So I tried entering 2023-07-02 to 2023-07-03, it still gives me a 0. Only when I enter 2023-07-04 does it calculate, however it gives me an answer of 8.00 (# of working hrs) and 1.00 (# of working days), when it's clearly 2 days.
Any help is greatly appreciated. I'm at a loss as to why the formula does not work properly in both locations.
thank you!
I am using the NETWORKDAYS formula in two separate sections on the same worksheet, however one of them is not calculating properly. Of note, I use the www.timeanddate.com/date/workdays site as a double check method to confirm the calculations with an exclusion of weekends and public holidays in Canada.
Location A formula: =NETWORKDAYS(H22,I22,B76:B158)
From YYYY-MM-DD | To YYYY-MM-DD | # of Working Hrs (8hrs/day) | # of Working Days |
2021-05-18 | 2021-08-12 | 480.000 | 60.00 |
Location B formula: =NETWORKDAYS(B55,C55,B76:B158)
From YYYY-MM-DD | To YYYY-MM-DD | # of Working Hrs (8hrs/day) | # of Working Days |
2023-07-02 | 2023-12-31 | 992.000 | 124.00 |
The # of working days in location B should be 126.
I need to amend the dates in location B to only reflect one day, 2023-07-02, however it gives me a result of 0. So I tried entering 2023-07-02 to 2023-07-03, it still gives me a 0. Only when I enter 2023-07-04 does it calculate, however it gives me an answer of 8.00 (# of working hrs) and 1.00 (# of working days), when it's clearly 2 days.
From YYYY-MM-DD | To YYYY-MM-DD | # of Working Hrs (8hrs/day) | # of Working Days |
2023-07-02 | 2023-07-04 | 8.000 | 1.00 |
Any help is greatly appreciated. I'm at a loss as to why the formula does not work properly in both locations.
thank you!