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
- 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