+ Reply to Thread
Results 1 to 4 of 4

Greatest Value Formula

  1. #1
    Registered User
    Join Date
    05-10-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2003
    Posts
    1

    Question Greatest Value Formula

    Hi,

    I am putting together a register and would like the register to look at the values on a given row, determine which is the greatest and report it in a cell. The problems I'm having are:

    1, I'm a complete Excel novice when it comes to using the more advanced Excel functions

    2, I need it to be able to differentiate that P2 is greater than P1 etc. (Is this possible)

    Would any of you guys be able to put me a formula together or point me in the right direction? Any help would be greatly appreciated. In the meantime I will be trying to improve my Excel skills LOL.

    Thanks,

    Andy

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Greatest Value Formula

    The MAX function reports largest value of a range....

    If the issue is more complex, then please post a sample workbook...

    click the paperclip icon in the reply box.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Greatest Value Formula

    Try this example....
    Please Login or Register  to view this content.
    and
    E1: a rank to find...e.g. 1 (to find the largest)

    This regular formula returns the "largest" text value in that range
    Please Login or Register  to view this content.

    In the above example, the formula returns: P3
    If you change E1 to 2...to find the 2nd largest, the formula returns: P1

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  4. #4
    Valued Forum Contributor
    Join Date
    09-21-2003
    Location
    British Columbia , Canada
    MS-Off Ver
    03,07,10,13
    Posts
    727

    Re: Greatest Value Formula

    Here's two examples...

    This formula returns the maximum value of column P
    =MAX(P:P)
    .
    .
    This formula returns the maximum value of row 4
    = MAX(4:4)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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