Changing the question

Third time lucky.. editing this post (lets go by the ordering of column 1 , 2 , 3 , 4)
How would I formulate to achieve:
- When there is no date in Column 2 I would like Column 4 to continue counting
- But, once Column 2 has a date entry in it, I would like Column 4 to stop the count on that point
is this possible ?
Best Answers
-
This formula should do it for you.
=IF(ISBlank([Date Resolved@row), Today() - [Date of Incident]@row, [Date Resolved]@row - [Date of Incident]@row)
-
Awesome. Glad I could be of help. Please accept my answer if it met your needs! Have a good one. Happy Smartsheeting.
Answers
-
That will require a third-party plugin. Zapier could handle that but it can get pretty costly.
-
Hi Mike,
thanks again for replying... I have updated my question AGAIN!
this may give you an idea (something that's happening in the parallel universe)
-
This formula should do it for you.
=IF(ISBlank([Date Resolved@row), Today() - [Date of Incident]@row, [Date Resolved]@row - [Date of Incident]@row)
-
Mike Mike Mike...
You legend..... I'd shout you a beer mate!
With your help I've been able to achieve something better
By removing the other half of your formula... I got what I was looking for!!!
=IF(ISBlank([Date Resolved]@row), Today() - [Date of Incident]@row
Using this allows our sheet to show the [Days Taken] when [Date resolved] is entered,
However! if there is NO [Date resolved], the [Days Open] continues counting!!!
I'm sure MANY MANY office people like me will dig this formula
Thanks again!
-
Awesome. Glad I could be of help. Please accept my answer if it met your needs! Have a good one. Happy Smartsheeting.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!