Forum Discussion

FlavioSorbo's avatar
FlavioSorbo
Copper Contributor
Jun 06, 2022
Solved

EXCEL: Delete a row without lose references

Hi, i would like to know how delete a row without loose the references about this row. I give you an example, if i have a formula with some cell of row 64, and i want delete it, i would like that e...
  • HansVogelaar's avatar
    Jun 06, 2022

    FlavioSorbo 

    You can use the INDIRECT function for this:

     

    =INDIRECT("E64")

     

    will always refer to cell E64, even if you delete row 64, or insert or delete rows above it.

Resources