+ Reply to Thread
Results 1 to 5 of 5

Formula to show the large/biggest of the last 50 values of a column

  1. #1
    Registered User
    Join Date
    06-19-2013
    Location
    brazil
    MS-Off Ver
    Excel 2007
    Posts
    64

    Formula to show the large/biggest of the last 50 values of a column

    Please, I need a formula, preferably not a array one, to show the large/biggest of the last 50 values (non blank cells) of a column.
    I know, could delete blank cells, but I don't want to rearrange each column, they must keep the way they are.
    And I have to do this to various rows.
    See attached file.
    The formula should mention only the last line to be searched, so I would paste it bellow this line, and could drag when the column becomes longer.
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Formula to show the large/biggest of the last 50 values of a column

    I don't know of a non-array formula that can do this, but for an array...

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    ...confirmed by pressing CTRL-SHIFT-ENTER to activate the array. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL-SHIFT-ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    06-19-2013
    Location
    brazil
    MS-Off Ver
    Excel 2007
    Posts
    64

    Re: Formula to show the large/biggest of the last 50 values of a column

    I did CTRL+SHIFT+ENTER, but it shows a error message in:
    9.9E

  4. #4
    Registered User
    Join Date
    06-19-2013
    Location
    brazil
    MS-Off Ver
    Excel 2007
    Posts
    64

    Re: Formula to show the large/biggest of the last 50 values of a column

    Oh, I got it:
    http://www.excelforum.com/excel-form...o-columns.html
    Can it be another expression or value?
    The largest number is under 1000.

  5. #5
    Registered User
    Join Date
    06-19-2013
    Location
    brazil
    MS-Off Ver
    Excel 2007
    Posts
    64

    Re: Formula to show the large/biggest of the last 50 values of a column

    It works for me this way:
    =LARGE(INDEX(G$1:G221,LARGE(IF(ISNUMBER(G$1:G221),ROW(G$1:G221)-ROW(G$1)+1),50)):INDEX(G$1:G221,MATCH(1E+99,G$1:G221)),1)
    +
    CTRL+SHIFT+ENTER
    Thank you so much, Jeffreybrown!!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1