Forum Discussion

Dshow45's avatar
Dshow45
Copper Contributor
Apr 09, 2022
Solved

Reference to a specific cell (even after insert)

I've got a question that seems like there would be a simple solution...  But I don't know it...   I have a financial spreadsheet.  The value of each account, for a given date, is put into cells in ...
  • HansVogelaar's avatar
    HansVogelaar
    Apr 09, 2022

    Dshow45 

    INDIRECT(address) returns the value of the cell with the specified address, whether that is a text value, a number, a date, ...

    =INDIRECT("C114")/(INDIRECT("C98")+INDIRECT("C103")) should work if C114, C98 and C102 contain valid numbers.

    You do have to set the number format of the cell with the formula the way you want.

Resources