Formula for week days only
I need a formula that will just subtract days from week days excluding any days on the week end.
Example: (weekdays only)
I tried the formula below
=IF(P3="s",WEEKDAY(W3-4))
P = S
W4 = 2/24
Result should be 2/18 got 1/5/00 as a result.
What am I missing?
|