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
- 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!