+ Reply to Thread
Results 1 to 2 of 2

Formula to find multiple maximum values in a column

  1. #1
    Registered User
    Join Date
    01-04-2014
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2010
    Posts
    55

    Formula to find multiple maximum values in a column

    Column A has data increasing then decreasing then increasing values, etc.

    Please help me find a formula for Column B to select out the greatest values of each increased value area in Column A.

    I've filled in the first few values in Column B in the attachment.

    Thanks for any help.

    See attached.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Formula to find multiple maximum values in a column

    Not totally sure, you have to tweak it, but here's an idea:

    =IF(AND($A7<$A8,$A9<$A8,$A8>QUARTILE($A$8:$A$3099,3)),$A8,"")

    also checking that the value is > more 75th percentile.

+ 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: 7
    Last Post: 10-07-2015, 03:01 PM
  2. to compare among a set of values and to find the maximum among them
    By arya ravi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-06-2013, 06:52 AM
  3. [SOLVED] Rule to find cells in column A that correspond to multiple values in column B
    By margaretanne in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-11-2013, 07:24 PM
  4. Find first maximum in a column
    By longip in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-29-2012, 08:22 AM
  5. Find maximum values from multiple imported sheets into a summary sheet.
    By rageshprasad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-21-2012, 01:31 AM
  6. Extracting Maximum values of a column base on the multiple ranges in rows
    By sepantafa in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-11-2012, 03:06 AM
  7. [SOLVED] find which column has the maximum value
    By Frank Drost in forum Excel General
    Replies: 2
    Last Post: 12-14-2005, 09:15 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