Flag warning if date is after another within same column
Hi all,
Currently having issues with this:
I need to find a way of flagging a warning (that'll just say "WARNING") in the thirteenth row of the date column if any of the dates in rows 2-12 are after the date in row 1. I am also struggling to find a concise way of flagging a warning in row 14 if there are any duplicates in values between rows 1 and 12. Thank you.
Tags:
Answers
-
Try these:
=IF(MAX(Date2:Date12)> Date1, "WARNING"
=IF(COUNT(DISTINCT(Date1:Date12)) <> 12, "DUPLICATES")
-
Hi Paul, those work great, thank you. Do you know how I would go about adding that I do not want the warning to appear for the first formula if any of the cells Date1:Date12 are blank? Thank you again.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!