=IF(AND(H753="",G753=""),"",IF(H753="",TODAY()-G753,H753-G753))
Trying to make the above formula return the networkdays from Start date to Today if there isn't a completion date.
In my data G is the start date and H is the complete date. If H is blank I need networkdays as of today.\
Thanks in advance
Last edited by eddienole; 08-30-2011 at 10:43 AM.
Try:
=IF(AND(H753="",G753=""),"",NETWORKDAYS(G753,IF(H753="",TODAY(),H753)))
or if you want networkdays only for if H573 is blank, otherwise just the difference in dates, including weekends, then
=IF(AND(H753="",G753=""),"",IF(H753="",NETWORKDAYS(G753,TODAY()),H753-G753))
Last edited by NBVC; 08-30-2011 at 10:07 AM.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Thank you for the help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks