Thread
:
NETWORKDAYS Question
View Single Post
04-14-2016, 11:33 PM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,100
With start_date in A1 and end_date in A2:
=IFERROR(NETWORKDAYS(A1,A2),0) or
=IF(ISTEXT(A2),0,NETWORKDAYS(A1,A2))
xor
View Public Profile
Find all posts by xor