Number of working days between dates and if blank number of days through today

Hello, I need help expanding this formula. Currently using IFERROR to calculate the range between columns Project Request Date and Project End Date, if the Project End Date is blank it returns blank; What I would like to happen is the same calculation BUT if the Project End Date is blank (because project is in progress) it needs to calculate the dates between the Project Request Date and Today.
Best Answer
-
Using and IF statement, this should work. so IFERROR(IF([Project End Date]@row <>"", NETWORKDAYS([Project Request Date]@row,[Project End Date]@row), NETWORKDAYS([Project Request Date]@row, TODAY())),""
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
Answers
-
Using and IF statement, this should work. so IFERROR(IF([Project End Date]@row <>"", NETWORKDAYS([Project Request Date]@row,[Project End Date]@row), NETWORKDAYS([Project Request Date]@row, TODAY())),""
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
-
That worked. Thank you so much!!
-
Glad I could help!
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
Help Article Resources
Categories
Check out the Formula Handbook template!