Need Smartsheet Formula Help
Hi everyone I am hoping you can help me. I am developing a worksheet that will track how long an items is in each stage. I have four main stages: Time in recruiting, Time in creds, Time awaiting final approval, and time pending start. The time measurement is all in days. I am trying to add a formula so that the number of days shows using today. For example, lets say there is no date in the creds, awaiting final approval or pending start, the time in recruiting would use the formula TODAY - Date added to sheet.
The problem I am running into is when there is a date in creds, and than there is date in awaiting final approval how can I calculate the time in each stage? Any help would be appreciated.
Best Answers
-
Try something like this (update column names as needed):
=IFERROR(IF([End Date]@row <> "", [End Date]@row, TODAY()) - [Start Date]@row, "")
-
Happy to help. 👍️
Answers
-
Are you using separate columns to track the number of days in each stage? Are your date columns for each stage the start or end of the stage? Are you able to provide some screenshots for context?
-
Hi sir! I apologize for the delay in responding. I have listed below some information as well as screen shot which am hoping can assist.
I need the formula to show how many days a person was in recruiting, in credentialing, Pending Approval and Pending start. All the columns where the user enters information are Date Columns
In recruiting the time starts from the [Date Position Added to Sheet] and stops when a date is entered in [Recruiting Sent to Creds]. In Credentialing starts when a date is entered in [Recruiting Sent to Creds] and stops when a date is entered into [Pending Approval]. The Pending Approval stage starts when a date is entered in [Pending Approval] and stops when a date is entered in [Pending Start].
Sir it seems pretty startight forward but everything I have tried gives me some type of issue. I have placed a screenshot below and any help would be appreciated.
Brian
-
Try something like this (update column names as needed):
=IFERROR(IF([End Date]@row <> "", [End Date]@row, TODAY()) - [Start Date]@row, "")
-
Thank you so much sir!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!