Forum Discussion

5 Replies

  • Let's say the Checking Balance cell is C40. Enter the following formula:

    =LOOKUP(9.9999999999999E_307, C1:C39)

    • bobbio's avatar
      bobbio
      Copper Contributor

      Thanks for response. It isn't difficult to do it the way I do which is just copy/paste but I was wondering if when a new entry is inserted in the c3:c14 column that it will also populate c17

       

      • PeterBartholomew1's avatar
        PeterBartholomew1
        Silver Contributor

        Using 365 you would also have XLOOKUP

        = XLOOKUP(TRUE, ISNUMBER(data), data, , , -1)