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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!