Hi, I am using these two formulas to auto check a box.
=IF([Column Title1]@row = "Word", 1)
=IF(ISDATE([Column Title2]@row),1)
Both work individually, but i am having trouble nesting them and making them work together.
I need the check box column formula to check for a word (single select dropdown) in one column and a date in another column and if both there; check the box.
Any suggestions?