I need to subtract labour days (weekdays) between particular dates. So tried some but seems not efficient.
The dates are
08/16/23 and 08/26/23 (today())
=WEEKDAY($B$5) - WEEKDAY(H6)
result 01/02/00
another attempt
=NETWORKDAYS(H6,$B$5)
resulted as
01/07/00
Correct answer should be 8
.
I need a simple number. How can I do this?