Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Update status to complete
Comments
-
Hi Jason,
I reckon that this formula may be what you want for [Days in House]1:
=IF(Status1 = "Complete", Status1, NETWORKDAYS([Date Application Received]1, TODAY()))
You also may like to put your holidays into the NETWORKDAYS function if you wish to deal with real business days. If you want elapsed days rather than business days, then remove the NETWORKDAYS function and just make it the difference between the dates (plus 1 or not depending on how you consider acting on an application that you received today).
Cheers,
Rob.
-
Hi again Jason,
Also, if you have any reports that draw the Status data from that sheet then unless you open and save that sheet every day (to allow the formula to be re-evaluated because it has the TODAY() function in it) the report may show an "out of date" status.
Cheers,
Rob.
-
Hi Rob,
Thank you for your input. I tried the formula but the under the "Days in House" column, it still shows as a number when the status is set to complete. I would like it so that once the status is complete, then it would stop counting the days and just show as "complete." Is there a formula that can do that?
-
Jason,
Rob's formula show be in the [Days in House] column and row 1.
=IF(Status1 = "Complete", Status1, NETWORKDAYS([Date Application Received]1, TODAY()))
The 1's in the formula are the row number.
When you copy the formula to row 2, it will look like this:
=IF(Status2 = "Complete", Status2, NETWORKDAYS([Date Application Received]2, TODAY()))
Otherwise, it appears the formula should do what Rob provided.
I would have written this formula:
=IF(Status1 = "Complete", "Complete", NETWORKDAYS([Date Application Received]1, TODAY()))
unless there was a requirement to account for other statuses that would result in a blank [Days in House]
Craig
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives