I'm trying to build a production schedule spreadsheet. In one column I have the date the production item needs to be completed. In the next column I have the number of days (just a whole integer number) needed to complete. I would like to use a formula to determine the date production needs to begin. Simply (Date to be complete) - (Days to complete).
In excel I can subtract an integer from a date and it will treat the integer as days. So, for example, [3/9/2023 - 12] would result in 2/25/2023. But when I try to subtract an integer from a date in SmartSheet it gives an error #INVALID COLUMN VALUE