Hi there,
I am trying to link to a master schedule but adding some additional days to define my drop dates.
Please help.
Thanks.
Hi,
Are you using cross-sheet formulas or cell-links?
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help.
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Andree,
I am using cell links. I have one sheet which I want to link to another sheet but want to add some additional days to my sheet while maintaining the Link to the other sheet.
I tried this formula in my sheet:
=({mastersheetlink} + [15days])
But it doesn't work.
I just tried this formula and it work within the same sheet. I am trying to link my date to another sheet is my whole point. So that if the other person on the other sheet changes her date, mine automatically calculates my new date and updates it.
=[Source Data Cell] + [Desired Number of Calendar Days]
Let me know how I can change the source data cell to link to another sheet?
Thank you,
Ridix
Happy to help!
When cell-linking, you can't do anything with that value in the same cell so the solution would be to add a column for the cell-linked value and then do the calculation as needed in the main column.
Another way to structure it would be to use a cross-sheet formula instead and then it would work in the same cell.
Which method would you prefer?
I am wanting to calculate Netdays but only if there is data in 'Corrective Action 1' I am currently using this formula: =IF(ISBLANK([Date Action 1 Complete]@row ), NETDAYS([Date of Event]@row , TODAY()), NETDAYS([Date of Event]@row , [Date Action 1 Complete]@row )) How do I adjust it to only pull a date when Corrective…
I have Concept phase projects that can result in multiple Phase 1 projects being generated from one Concept Review. I want to calculate the time in the Concept Phase for the first project from that Concept (the Approved Gate 0 UID), but mark it N/A for any subsequent references to that UID. I figured out the formula below…
I need to extract and split the contents of a cell in a Smartsheet into three separate columns to a new smartsheet. The cell entries are originally submitted through a form.