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

  • Michelle Choate 2
    Michelle Choate 2 ✭✭✭✭✭✭
    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!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!