Forum Discussion

Blorgo's avatar
Blorgo
Copper Contributor
Dec 06, 2022
Solved

How can I make a copy of a spreadsheet in which the sheet reference is relative?

I want to create a series of copies of a spreadsheet.  Cell A1 on Sheet 2 will reference cell A1 on Sheet 1.  When I copy Sheet 2 to Sheet 3, cell A1 on Sheet 3 references cell A1 on Sheet 1 rather t...
  • mathetes's avatar
    Dec 07, 2022

    Blorgo 

     

    You could make use of the INDIRECT function to do this, and the ease with which it would work would depend on your naming convention for those various sheets. Be aware that although INDIRECT can be very helpful (I use it fairly extensively in one workbook), it's what's called a volatile function, meaning it can slow down a really large workbook.

Resources