Formula to assign phase based on a date

Melissa Torrez
✭✭✭✭✭
I am trying to build a formula that determines if Start and/ or Finish date are equal to "Day 1", "First 100 Days", or "100+ Days" by looking at a specific date field and it will ultimately return in the "Phase" column:
"Day 1"
"First 100 Days"
"100+ Days"
Answers
-
So you need to determine what date you are vetting the Start Date or Finish Date against. Are you looking to compare the Finish date to the Start date? If you are comparing the Finish Date to the Start Date, then this formula should work
=IF(End@row = Start@row, "Day 1", IF(End@row - Start@row <= 100, "First 100 Days", "100+ Days"))
Otherwise, determine the date you want to use as your base date for comparison and plug it into the formula accordingly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!