Forum Discussion

Tomas-Vitek's avatar
Tomas-Vitek
Copper Contributor
Sep 16, 2021
Solved

Locking reference to another worksheet

Hello,   I'm setting up a home-made bibliography data system in Excel to use for my PhD dissertation since I can't find anything useful online.   I have set up separate, identical, data entry wor...
  • HansVogelaar's avatar
    Sep 16, 2021

    Tomas-Vitek 

    First, select the table, and set its number format to General.

     

    In A7:

    =IFERROR(INDIRECT("'Bibl. "&ROW()-6&"'!C6")&"","")

     

    In B7:

    =IFERROR(INDIRECT("'Bibl. "&ROW()-6&"'!G6")&"","")

     

    etc.

     

     

Resources