*urgent request* - Days until Formula
Hello SmartSheet World,
I am wondering if there is a good formula that can provide me the number of days until a date is reached?
In the snip below, there will be a date added to the "CO Date ..." column and next to that column I want to create a formula that tells me how many days there are until that date arrives. Is this formula possible? I don't want to use an automation, I just want to populate the number of days.
Thank You,
Dustin
Best Answers
-
I think this would work for you:
=IF(ISDATE([CO Date (Confirmed or Projected)]@row), [CO Date (Confirmed or Projected)]@row - TODAY(), "No Date")
This can be converted to a column formula and will display "No Date" if there isn't a date in the CO column.
-
No problem. Glad it's working.
Answers
-
I think this would work for you:
=IF(ISDATE([CO Date (Confirmed or Projected)]@row), [CO Date (Confirmed or Projected)]@row - TODAY(), "No Date")
This can be converted to a column formula and will display "No Date" if there isn't a date in the CO column.
-
@David Tutwiler I think that worked, thank you sir!!
-
No problem. Glad it's working.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives