Less than or equal to 6 months equation
Hello, I have a formula that I can't quite get to work as the DATE options confuse me.
In my sheet I have a Trial Building Evacuation date. I want my formula to show 'if the trial building evacuation date occurred less than or equal to 6 months ago, to give a score of 1'.
What formula should I use?
Thanks
Sharyn
Best Answer
-
Hi Sharyn,
Maybe this?
= IF ( AND ({TBE Date}>=TODAY(-183), {TBE Date}<=TODAY() ), 1, 0 )
Hope this helps and that you have a great day,
Jason
Answers
-
Hi Sharyn,
Maybe this?
= IF ( AND ({TBE Date}>=TODAY(-183), {TBE Date}<=TODAY() ), 1, 0 )
Hope this helps and that you have a great day,
Jason
-
Thanks Jason, worked perfectly 🤓
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!