+ Reply to Thread
Results 1 to 2 of 2

Identifying the largest value

  1. #1
    Registered User
    Join Date
    11-29-2007
    Posts
    1

    Identifying the largest value

    I need help creating a formula identifying the row with the largest value from a second column of data

    A B C
    215591 0
    215592 0
    215593 0
    215594 0
    215595 0
    215596 0
    215597 0
    215597 1
    215597 2 [Select this row as the series with the highest value in column B]

    anyone?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try

    =MATCH(MAX(B:B),B:B,0)

    If you want to find the value in A which corresponds to the Max value in B try

    =INDEX(A:A,MATCH(MAX(B:B),B:B,0))

+ 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