If Or function including date
HI Team,
I am trying to return Active or Inactive based on two criteria one being today's date being < the end date and the other based on a check box. I can mix it up and get the formula to work for either the date or the tick box but not for both.
=IF(OR([Formula check box]@row = 0, TODAY() < [TBA actual end date]@row), "Active", "Inactive")
Both of these photos should be returning an Inactive result. Where am I going wrong??
Answers
-
Hi @Jamie Teut
If you're looking for both conditions being met, the formula should be
=IF(AND([Formula check box]@row = 0, TODAY() < [TBA actual end date]@row), "Active", "Inactive")
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
I'm looking to show an inactive result when the end date is in the past OR if it is not expired and the 'Formula check box' is ticked I need to show an inactive result too
-
Hi @Jamie Teut
Please share the names of the columns as in your sheet that you want to check and the logic. Trying to figure out what constitutes as not expired.
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!