Closed Thread
Results 1 to 8 of 8

How do I identify multiple max peaks in data set

  1. #1
    Registered User
    Join Date
    10-08-2008
    Location
    Denver
    Posts
    4

    How do I identify multiple max peaks in data set

    I have a set of data about with approx 7500 cells all contained in one column. The data has a series of peaks that happen, and I need to identify each peak value and place it in a cell. The peak does not occur at regular intervals but they are somewhat regular, as in within 130-230 data points. So, if one could find the first peak in the first 200 cells, identify it and store it somewhere, then look in the next 200, store it, etc. I don't know how to do that in excel. Please help

    Thanks
    Jon
    Last edited by jon2316; 10-08-2008 at 07:14 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    Not too sure without looking but this sounds like the simplest solution
    Please Login or Register  to view this content.
    Not sure if you need to pull over other cells or not.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    10-08-2008
    Location
    Denver
    Posts
    4
    No, that won't work. The second series needs to start from where the last one left off. So if it found the first max value at row 150, it would then search from 151 to 350, then find it at say 233. Then it would search for max from 234-433... and so on.

    Its not so easy

  4. #4
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    Would these peaks be reccurring? Could you have a peak of say, 500, appear multiple times in the list? If not, then you could use something like =Max(B1:B200) for the top formula, then =Max(Offset(B1,Match(C1,$B$1:$B$7500,0),200,1)) and drag that down. If they can repeat, then I don't know of a way to do this.
    It's a good thing this site is rife with people better than I am at Excel.

  5. #5
    Registered User
    Join Date
    10-08-2008
    Location
    Denver
    Posts
    4
    I finally figured it out myself. Yes data does repeat. Its not that bad, used the offset function to define a new window to look in after I find each maximum.

    Jon

  6. #6
    Registered User
    Join Date
    10-08-2014
    Location
    Los Angeles,US
    MS-Off Ver
    2003
    Posts
    2

    Re: How do I identify multiple max peaks in data set

    I'm dealing with the similar issues just that I have multiple columns but I don't seem to understand the solution stated. Jon mind helping me out?

  7. #7
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520

    Re: How do I identify multiple max peaks in data set

    Try plotting a simple line chart on your column data, and visually read-off the multiple peaks

  8. #8
    Registered User
    Join Date
    10-08-2014
    Location
    Los Angeles,US
    MS-Off Ver
    2003
    Posts
    2

    Re: How do I identify multiple max peaks in data set

    Identifying them is not hard, but then problem is I need to highlight them as peak(Change the font color). I couldchange them manually. however it's rather time consuming. Is there an alternate solution? a VBA code perhaps?

    Anyone please help thanks!!

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Deleting multiple rows of data
    By Leal72 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-07-2008, 02:43 PM
  2. Calculating multiple columns of data
    By sherimark in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-11-2008, 03:33 PM
  3. Replies: 0
    Last Post: 04-02-2008, 12:19 PM
  4. Searching Data with Multiple Matches
    By boylejob in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-11-2007, 12:06 PM
  5. Copying Cell Data From Multiple Worksheets to One Worksheet
    By blitzburgh in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-14-2007, 02:02 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