+ Reply to Thread
Results 1 to 3 of 3

Finding Min/Max of B:B to match criteria in A:A

  1. #1
    Registered User
    Join Date
    02-24-2015
    Location
    UK
    MS-Off Ver
    2013
    Posts
    2

    Finding Min/Max of B:B to match criteria in A:A

    Hi All,

    I'm looking to pull the min value and max value of column B if column A meets criteria (country name)

    For example what is the max in column B if A = France:

    France 3
    France 7
    Germany 1

    Sounds like it should be easy!

    Thanks in Advance

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Finding Min/Max of B:B to match criteria in A:A

    =MAX(IF(A:A="France",B:B))
    =MIN(IF(A:A="France",B:B))
    Try this array formulas confirm with shift+ctrl+enter
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    02-24-2015
    Location
    UK
    MS-Off Ver
    2013
    Posts
    2

    Re: Finding Min/Max of B:B to match criteria in A:A

    Great Stuff, many thanks for your fast response.

+ 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. Replies: 2
    Last Post: 01-26-2015, 04:53 AM
  2. [SOLVED] Combining 3 Formulas: Return all Names that Match Criteria Using Index/Match
    By bchilme in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-29-2014, 09:28 AM
  3. vlookup for finding out wrongly spelled names and yet match the match
    By catchnanan in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-03-2014, 04:29 PM
  4. Finding a closest match with more than one criteria
    By Jayana in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-15-2011, 06:45 PM
  5. Tough One: Finding Match Based on Criteria, Returning Value
    By christopher.sul in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-02-2005, 01:42 PM

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