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??