Sign in to join the conversation:
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’m trying to build a formula that can achieve the following logic, but I’m struggling to get it working correctly. I have a data sheet with around 100 project rows. Each row contains a Fab Start date and a Fab Finish date (along with many other fields). Some projects run across two consecutive months. In my metrics sheet,…
I had a formula to list all distinct values from a column in another sheet. I was using this formula and it was working fine until last week. What could be wrong? =IFERROR(INDEX(DISTINCT({Liste de matériel Plage 1}); Séquence@row ); "") When I remove IFERROR, I get #INVALID DATA TYPE
Hi I'm looking for a way that if the Status column is changed to "In Progress" it will change the the start date to that date. However, I only want it to change when switched to in progress. Also, I don't seem to be able to do this with a Gant table.