I am trying to get one box to check under one or another conditions.
1. when a certain cell has any text
2. When another certain box is checked
The function I came up with follows, but it doesn't seem to work. There might be one small tweak I need to make, but I am still new to making formulas.
Thanks for your help!
=IF((ISTEXT([What is your cultivation cycle?]196), 1), OR(Cancelled196 =true))