Count Networkdays to TODAY only when End Date not listed?

BFuller
BFuller ✭✭✭
edited 12/05/22 in Formulas and Functions

Hello,

How can I calculate networkdays to TODAY only when the end date is not populated? The following formulas work, but I can't figure out how to stop the counting of networkdays when the review end date is populated. I need to set some alerts when projects enter review and are not completed and the alerts are based on the number of days in the review period.

Thanks!

=NETWORKDAYS([SME Draft 1 Review Start Date]@row, TODAY(0), {Holidays})

=IFERROR(NETWORKDAYS([SME Draft 1 Review Start Date]@row, [SME Draft 1 Review End Date]@row, {Holidays}), "")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!