Expiration Date and Symbol Formula
I am looking for some help on a formula. I would like for if ANY of the dates are expired, put 'No' (red circle) in the row; if ALL of the dates are not expired, put 'Yes' (green circle) in the row.
Below is a snip where I have entered the symbols manually to show what I am after. Is this possible?
Answers
-
Since we can't see your column names, use something like this to set your formula up:
=IF(AND([Date 1]@row > TODAY(), [Date 2]@row > TODAY(), [Date 3]@row > TODAY()), "Yes", "No")
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives