I need help with modifying the below to add 1 if the result is 0.
=NETWORKDAYS([@[Start Date]],[@[End Date]],lstHolidays)
Thanks...
I need help with modifying the below to add 1 if the result is 0.
=NETWORKDAYS([@[Start Date]],[@[End Date]],lstHolidays)
Thanks...
Maybe this...
=MAX(1,NETWORKDAYS([@[Start Date]],[@[End Date]],lstHolidays))
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
Thanks, that does what I was looking for.
You're welcome. Thanks for the feedback!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks