I have a workbook with one sheet for every week. Within each sheet I need to pull in some information from the prior week. Instead of having to copy and paste every week, I would like to program a formula to just grab the information from the tab to the
left of the current sheet.
I.E.
Sheet #1 has information in Cells J7 thru J49 that I would like to populate in sheet #2 under cells H7 thru H49. It doesn't matter which week I'm working in - I will always be referencing the same cells in the worksheet to the left of the current one.
Is there a simple way to do this?