+ Reply to Thread
Results 1 to 2 of 2

Finding the Largest Number, based on two criteria

  1. #1
    BigH
    Guest

    Finding the Largest Number, based on two criteria

    Hi there,

    Hopefully someone can help, I need to find the largest number in a column.
    i.e

    column A has region names North, South, East and West
    all the way down to row 100
    column B has numbers all the way down to row 100

    what I am wanting is a formula that can tell me the highest number North,
    South, East and West have in column B

    tia BigH



  2. #2
    Bob Phillips
    Guest

    Re: Finding the Largest Number, based on two criteria

    =MAX(IF(A1:A100="West",B1:B100)

    etc.

    which is an array formula, it should be committed with Ctrl-Shift-Enter, not
    just Enter.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "BigH" <hsjewebster@aol.com> wrote in message
    news:Ofy01DPLGHA.3860@TK2MSFTNGP12.phx.gbl...
    > Hi there,
    >
    > Hopefully someone can help, I need to find the largest number in a column.
    > i.e
    >
    > column A has region names North, South, East and West
    > all the way down to row 100
    > column B has numbers all the way down to row 100
    >
    > what I am wanting is a formula that can tell me the highest number North,
    > South, East and West have in column B
    >
    > tia BigH
    >
    >




+ 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