formula to populate my "health" column
Best Answer
-
This should do it:
=IF([Created]@row <= TODAY(-74), "Empty", IF([Created]@row <= TODAY(-70), "One", IF([Created]@row <= TODAY(-60), "Two", IF([Created]@row <= TODAY(-50), "Three", IF([Created]@row <= TODAY(-40), "Four", IF([Created]@row <= TODAY(), "Five", ""))))))
This is assuming there were a couple typos in your original post.
Answers
-
I need help with a formula to populate my "health" column with a hearts based on the column "created date" and I hope someone can help. I just did the three day class, but this wasn't covered and I didn't think of it until this morning.
If the "Created Date" is >74 days from today() it should be 0, "Empty".
If the "Created Date" is 70-73 days from today() it should be 1, "Two".
If the "Created Date" is 60-69 days from today() it should be 2, "Two".
If the "Created Date" is 50-59 days from today() it should be 3, "Three".
If the "Created Date" is 40-49 days from today() it should be 4, "Four".
If the "Created Date" is 0-39 days from today() it should be 2, "Five".
Thank you in advance. Cheers, Justin
-
This should do it:
=IF([Created]@row <= TODAY(-74), "Empty", IF([Created]@row <= TODAY(-70), "One", IF([Created]@row <= TODAY(-60), "Two", IF([Created]@row <= TODAY(-50), "Three", IF([Created]@row <= TODAY(-40), "Four", IF([Created]@row <= TODAY(), "Five", ""))))))
This is assuming there were a couple typos in your original post.
-
@Carson Penticuff Thank you! This worked great.
-
Happy to help! 👍
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!