+ Reply to Thread
Results 1 to 4 of 4

Extract the largest number

  1. #1
    Forum Expert
    Join Date
    04-23-2009
    Location
    Matrouh, Egypt
    MS-Off Ver
    Excel 2013
    Posts
    6,882

    Extract the largest number

    Hello everybody
    I have some tables with names ans marks.. I want to extract the largest mark and the name for every table
    I have an attachment with the expected results in column D & E
    Thanks advanced
    Attached Files Attached Files

  2. #2
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Extract the largest number

    Try this in E2 you can work the others out)

    =MAX(IF(A4:A23=D2,B4:B23))

    put in as an array formula (shift+control+enter)
    Happy with my advice? Click on the * reputation button below

  3. #3
    Forum Expert
    Join Date
    04-23-2009
    Location
    Matrouh, Egypt
    MS-Off Ver
    Excel 2013
    Posts
    6,882

    Re: Extract the largest number

    Thanks sir
    I attached the results ..
    I want to extract the name and mark for each table .. I have a lot of tables .. this is just a sample
    I need to create results in Column D and E..Basically D and E have no values at all

  4. #4
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Extract the largest number

    Just change the formula to suit

    =MAX(IF(A4:A23=D2,B4:B23))

    The D2 above is the letter (A,K or S) you're checking for if you use the exact same formula in the rest of your E column and only change this part of the formula you'll be right.

    OR why don't you set up a pivot table returning each name and the maximum value
    Last edited by Crooza; 12-06-2014 at 04:27 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Extract largest or smallest value from a CELL
    By brad999 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-09-2013, 04:49 AM
  2. [SOLVED] extract 7 largest data
    By [email protected] in forum Excel Formulas & Functions
    Replies: 30
    Last Post: 09-16-2013, 03:48 PM
  3. [SOLVED] Formula to extract top largest to smallest amount based on 3 criterias
    By aurisab in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-26-2013, 08:05 AM
  4. Extract largest number in an alphanumerical string
    By chitownsox14 in forum Excel General
    Replies: 16
    Last Post: 03-15-2011, 12:16 PM
  5. Lookup largest number in a column treating negative number as postive number
    By xWiZardx in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-17-2010, 08:09 AM

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