TL;DR
I want to copy a cell from Sheet A (which has an inbound link from Sheet B) and paste into Sheet A while retaining the inbound link. Currently, when I copy the cell from Sheet A and paste into Sheet A, it only pastes the value of the cell and loses the inbound link.
______________________________________________________________________________________________
I have a sheet that my team uses as a checklist of weekly tasks - it's part of our controls to ensure weekly work is done and accountability should mistakes be made. Let's say there are 50 tasks, each with their own row. We perform the same 50 tasks each week. So at the end of each week, we copy the 50 rows and paste them so we can start over the next week. This happens in sheet we'll call Daily Checklist
One of the columns on each of these rows is a RYG ball which links IN from a different sheet (let's call it Procedure Sheet) and correlates to the status the Procedure (instructions on how to do the task) - that sheet has built in formulas to update the RYG ball to RYG depending on if the Procedure doesn't exist yet, is old, or is good to use.
The problem is that, when we copy the 50 rows in the Daily Checklist sheet, the links IN from the Procedure Sheet do not paste as well. This means I have to re-link each cell every week, if I want the Daily Checklist to accurately indicate the status of the Procedure.
Is there a way to copy a cell in the Daily Checklist sheet (which has a link IN from the Procedure Sheet) and paste that cell in the Daily Checklist sheet while retaining the inbound link?