All,
I have a formula where I am using the function NETWORKDAYS.
=IF(NETWORKDAYS(G2,X2,Calendar!$E$1:$E$207)<0,"",NETWORKDAYS(G2,X2,Calendar!$E$1:$E$207)).
Where I am looking at the tab Calendar for the range of days off. This all works correctly, however in the instance where the comparison between the two dates is of the same day, I am getting a return of zero for the count of days. Is it possible to have this formula indicate that this is equal to one (1) day instead of zero?
Thanks,
Brad