• last not- ‘blank’ row? (2k but prob all)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » last not- ‘blank’ row? (2k but prob all)

    Author
    Topic
    #410153

    I8:I13 contain formulae of the type (in I9)
    =IF(E9=””,””,I8-E9+F9)
    (that in I8 refers to an absolute reference elsewhere)
    What formula can I put in eg F19 which will return the value of the last not-blank cell in the range I8:I13?
    Nested IFs I suppose will do it, but are very ugly and hard to follow. And can’t be extended if the range grows to >9 rows, I think.
    MAX or MIN won’t do, as non-blank values won’t necessarily follow a pattern.
    Thanks in advance.

    Viewing 2 reply threads
    Author
    Replies
    • #879329

      See the posts in this thread.

      • #879345

        Thanks, John, Steve’s formula involving the jumbo-sized number does the trick for me.
        (Quite why and how defeats me at present!)

        • #879347

          It returns the content of the highest row with something numeric:

          =VLOOKUP(65536,I:I,1)

          will do the same (until there’s a version of Excel with more rows).

          • #879417

            Yes, I’d figured that’s how it worked, and figured equally that the formula as offered contained a Pittsburgh Wind-Up.
            But thanks, still.

          • #879418

            Yes, I’d figured that’s how it worked, and figured equally that the formula as offered contained a Pittsburgh Wind-Up.
            But thanks, still.

        • #879348

          It returns the content of the highest row with something numeric:

          =VLOOKUP(65536,I:I,1)

          will do the same (until there’s a version of Excel with more rows).

      • #879346

        Thanks, John, Steve’s formula involving the jumbo-sized number does the trick for me.
        (Quite why and how defeats me at present!)

    • #879330

      See the posts in this thread.

    • #879419

      With the Morefunc addin,

      =LASTROW(Range)

      Will accept whole column references.

    Viewing 2 reply threads
    Reply To: last not- ‘blank’ row? (2k but prob all)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: