+ Reply to Thread
Results 1 to 3 of 3

Finding a maximum Value against criteria

  1. #1
    Registered User
    Join Date
    10-11-2004
    Posts
    69

    Finding a maximum Value against criteria

    My data source is a large table of subjects with various values.

    I have a list of unique subjects and what I want to do is return the largest value to be found against each subject in the table, ie the maximum value of the cells in COL B where the values in COL A match the cell criteria.

    Can anyone help me with a formula?
    Many thanks in advance

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Column A1:A10 has subjects and B1:B10 has values
    Cell C1 has the subject for which you want to find the max
    Use
    =MAX(($A$1:$A$10=C1)*($B$1:$B$10))

    press control + shift + enter


    - Mangesh

  3. #3
    Registered User
    Join Date
    10-11-2004
    Posts
    69
    Thanks Mangesh

    That does the trick!

+ 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