I'm testing smartsheet to see if it can do better than the current excel spreadsheet that is becoming unwieldly with too many users.
Basically I'm replicating the current structure I have in excel which tracks recommendations made, responses to those recommendations, and implementation dates. I need to track when implementation of a recommendation is overdue, in months. This is where my problem lies, I need a good substitute for the following formula:
=IF(A="complete", "", IF(C2="", "??"", IF(C2 > TODAY(), 0, DATEDIF(C2, TODAY(), "M")))))
I am new to smartsheet, but don't think there is an equivalent to the DATEDIF function in Excel. Basically I want the formula, if all other parameters are met, to count the number of months a recommendation is overdue.
Cheers