NETDAYS Count Stop
Hello,
I am trying to figure out what the correct formula would be in order to stop a NETDAY Count.
What I have is a:
Creation Date Column that is the "Inception" Column.
Then, I have an "Open Days" Column that is tracking the number of days this has been Open for. Finally, I have a "Closed Date" Column.
What I am looking to do is to stop the count on the "Open Days" Column when a Date is documented on the "Closing Date" Column.
Thank You.
Answers
-
You would use something along the lines of
=NETWORKDAYS(Inception@row, IF([Closed Date]@row <> "", [Closed Date]@row, TODAY()))
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!