I cannot figure out why this formula doesn't work for me. I've tried a date instead of TODAY(), same results. Any help appreciated. Both columns are formatted for dates.
Try changing the Days under Load column properties to Number/Text.
I second Brian's suggestion. The #Date Expected error is indicating that that column type expects a date returned, not a number. Changing that to text/number column type should resolve the issue.
This is a great resource for troubleshooting errors: https://help.smartsheet.com/articles/2476176-formula-error-messages
I used to use this all the time. I've since written many an error into formulas, so now I only need to refer back to it occasionally. Haha
Thank you everyone, that worked. Super confusing. #DATE EXPECTED to me suggests the column should be formatted for date...
I have seen this question asked multiple times in the forum, but I couldn't find any clear answer provided in the answers. Please excuse me if a solution already exists, but if not, will someone please let me know if it is possible to use a previous cell value (from cell history) in a formula? I am specifically trying to…
I have an automation set up so that when the Status column changes to Complete, Canceled, or Not Needed, Smartsheet automatically updates the % Complete column to 100% (Text/Number column type). After that, another workflow should trigger to alert the next person that their task is ready. This worked fine before, but…
I am needing a formula that calculates Termination Date (date property). The formula needs to look at Initiation Date (date property) and Term (text/num) which is based on # months, to calculate Termination Date. In this example, the termination date should return a value of 1/01/26. Thank you!