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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives