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 Albrecht MBA, MBus(AppFin), DipFinMgt
LinkedIn profile - Open to work
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 Albrecht MBA, MBus(AppFin), DipFinMgt
LinkedIn profile - Open to work
-
Thanks Jason, worked perfectly 🤓
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 303 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!