Hello,
I'm trying to create a checkbox that will be selected when two criteria are met.
The criteria that would all need to be met for the checkbox to be selected would be
1) An end Date no more than 90 days away
2) Status that is "In Progress"
The formula I have so far is:
IF((AND([End Date]1 <= TODAY(90), [Status]1, "In Progress")) 1, 0)
But it is coming up as #UNPARSEABLE. Any help with this would be greatly appreciated!
Thanks