I am currently trying to get a formula to work in Smartsheet that will count the requests we have outstanding that havent been completed and are over 41 days old. But that will also take into account when new lines are added to the document.
The formula I have got working in excel is: =COUNTIFS(B:B,"<"&TODAY()-39,C:C,"")
I've tried to adapt it to work in Smartsheet, using the below, but I always get error messages or it doesn't work it out properly;
=COUNTIFS([Date Received]:[Date Received], "<&Today"()-41, [Days to complete]:[Days to complete], " ")
=COUNTIFS([Days to complete]:[Days to complete], "", [Days since received]:[Days since received], (420))
=COUNTIFS([Date Received]:[Date Received], "*/*/**", [Days to complete]:[Days to complete], "*/*/**")
Please could someone help and tell me if it's possible?
thanks!