Forum Discussion

dc05_'s avatar
dc05_
Copper Contributor
Jan 13, 2020
Solved

Last number in a series?

Hi, I have a column of numbers that get's added to every day. I need a formula to return me the last number in the series please? Thanks in advance
  • Riny_van_Eekelen's avatar
    Jan 13, 2020

    dc05_ 

    As an alternative:

    =INDEX(A:A,AGGREGATE(14,6,(ROW(A:A)*NOT(ISBLANK(A:A))),1),1)

    This one allows for blank cells and it doesn't matter if you have a header or not. It returns the value of the last cell in the column that is NOT blank.

     

Resources