Sign in to join the conversation:
I'm trying to enter a formula in a date field which is 10 days earlier than the date in another field. I read that I can perform calculations on date fields (https://help.smartsheet.com/articles/2477601-use-formulas-perform-calculations-dates) and reference another cell in the formula (https://help.smartsheet.com/articles/2476816-create-cell-column-reference-formula).
My formula is
=[Start Date]42-10
because I want the date that is 10 days earlier than the cell in row 42 of the "Start Date" column.
However, when I enter this formula in the cell and hit Enter, all I see is the formula itself. See attached screenshot. What am I doing wrong?
If the date column is assigned to either the start or end date columns and you have dependencies enabled in your project settings you cannot have a formula on it. These fields are calculated my SmartSheet based on the dependencies.
The project settings are accessible in the Gantt View via the cog (settings) icon under the Share button.
Frank is correct. It seems as if you have your dependencies enabled and are using that column as one of your project columns. You have a few options...
1. Disable dependencies in the Project Settings.
2. Create another column for the calculated dates.
3. Select a different column in your Project Settings.
4. Add lag/lead time if establishing predecessors.
Thank you, Frank and Paul!
Happy to help!
Hello, need help with a formula - I need to count within a cell range how many are NOT BLANK, this is the formula I currently have that is not working - what needs to be changed? /COUNTIF(Charter@row:[Retrospective/Lessons Learned]@row, <>"")
Hi friends, For reasons I can't explain, for the life of me I can't correctly add the "collect" function to this formula: =INDEX({SU26/FA26/SP27 Course Offerings Range 2}, MATCH([Assessment Course(s)]@row, {SU26/FA26/SP27 Course Offerings Range 1})) In practice, I will be choosing multiple values from a dropdown list in…
Hello, I have a data tracker that has a column with different company names. It is a free text column from a form. In my calculation sheet, I need a formula to pull in those company names from the data tracker. Is it an Index or VLookup formula? Thanks in advance.