Since Smartsheets currently doesn't have timestamping system I am using manual dates to do so however I need a checkbox to be ticked to alert me when two conditions have been met. These conditions are dates and are blank before data goes into them.
What I thought would work is =IF(AND([Date1]1 > 0, [Date2]1 > 0), TRUE )
However it does not seem to like me. I'm sure I'm simply missing something but if someone could help that'd be great.