Flag or Conditional Formatting?
I want a way to 'flag' a cell if it is out of range of two other cell dates. I haven't been able how to do that with conditional formatting because I can't set a condition to say if "this column" is NOT between "this column" and "this column" (where the dates change for each row). Is there a way to do that?
I thought I had figured out a work around by using the flag function but I can't seem to get the formula to work. This is what I'm using:
What am I doing wrong? Any suggestions to either use conditional formatting or the flag function (by correcting the formula)?
Best Answer
-
Hey @Morgan E Kelly
Try this
=IF(OR([Date Planned ED-P]@row <= [Earliest Date]@row, [Latest Date]@row <= [Date Planned ED-P]@row), 1, 0)
cheers
Answers
-
Hey @Morgan E Kelly
Try this
=IF(OR([Date Planned ED-P]@row <= [Earliest Date]@row, [Latest Date]@row <= [Date Planned ED-P]@row), 1, 0)
cheers
-
I had to take out the "=" but the OR worked! Thanks so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!