+ Reply to Thread
Results 1 to 2 of 2

Count number of values equal to MAX of a column

  1. #1
    Registered User
    Join Date
    05-26-2006
    Posts
    2

    Count number of values equal to MAX of a column

    I'm trying to find the number of values in a column that equal the maximum value of that column.

    If it didn't return a -0-, this is what I would like to do:

    =COUNTIF(B3:B723, "=MAX(B3:B723)")

    If the column contained: (1, 2, 3, 4, 5, 5, 5, 2),
    I would like (3) returned.

  2. #2
    Ardus Petus
    Guest

    Re: Count number of values equal to MAX of a column

    =COUNTIF(B3:B723,MAX(B3:B723))

    HTH
    --
    AP

    "dauclair" <[email protected]> a écrit
    dans le message de news:
    [email protected]...
    >
    > I'm trying to find the number of values in a column that equal the
    > maximum value of that column.
    >
    > If it didn't return a -0-, this is what I would like to do:
    >
    > =COUNTIF(B3:B723, "=MAX(B3:B723)")
    >
    > If the column contained: (1, 2, 3, 4, 5, 5, 5, 2),
    > I would like (3) returned.
    >
    >
    > --
    > dauclair
    > ------------------------------------------------------------------------
    > dauclair's Profile:
    > http://www.excelforum.com/member.php...o&userid=34852
    > View this thread: http://www.excelforum.com/showthread...hreadid=546688
    >




+ 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