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 need a formula that says, if the "Complete?" box is checked, was the date in the Actual Completion column on (or before) the date in the Finish column.
I feel like this should be super simple but I am just not getting it right. Based on Frequency: Daily, weekly, monthly I want to change the next due date This will be calulated from Created column and +1, 7, 30 etc added. It works single instance =IF(Frequency@row = "Daily", Created@row + 1) but as soon as I try to write…
I have a sheet summary report on a dashboard and oftentimes the values will not update unless I go into the source sheet and manually save the updates. For example, the WEEK TIME OFF value often will not update week-to-week unless I go into that contact's sheet and save. I have tried adding a daily Chron automation…