+ Reply to Thread
Results 1 to 5 of 5

Finding the lowest value in an array where the values starts in an acsending order.

  1. #1
    Registered User
    Join Date
    11-29-2013
    Location
    Delhi
    MS-Off Ver
    Excel 2010
    Posts
    8

    Finding the lowest value in an array where the values starts in an acsending order.

    Hi

    I have an array of numeric values where the values are increasing and decreasing for like 30 values and then starts continuously increasing to a peak value.
    I want to find the lowest value where the data starts increasing.

    For example,
    1 , 2 , 4 , 2 , 3 , 5 , 3 , 2 ,3 , 4 , 5 , 6 , 7 , 8 .

    In above series the data starts increasing at value 2 in red color. So the code should give the element No.(element #) in the array of this value.

    I am also attaching a sample of the data I am working with.

    Thanks in advance.
    Attached Files Attached Files
    Last edited by lifeankit; 11-29-2013 at 03:15 AM. Reason: Problem Solved

  2. #2
    Forum Contributor
    Join Date
    11-05-2013
    Location
    Germany
    MS-Off Ver
    Excel 2013
    Posts
    120

    Re: Finding the lowest value in an array where the values starts in an acsending order.

    the Problem I have with answering your question is to determine the exact point of time a data point counts as "no". Is there only one "NO" in the whole column? Or is it the lowest point when 6 numbers will be higher afterwards etc.

    Because at the moment it looks like an IF formula =IF(Min(A:A),"NO",""). Otherwise how do I know that the 2 between the 4 and 3 should not be read?

  3. #3
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Finding the lowest value in an array where the values starts in an acsending order.

    Please Login or Register  to view this content.
    If solved remember to mark Thread as solved

  4. #4
    Registered User
    Join Date
    11-29-2013
    Location
    Delhi
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Finding the lowest value in an array where the values starts in an acsending order.

    Thanks for quick reply Decar. I am sorry I will edit my post as it gives a wrong interpretation - it is element No.(element #) instead of " NO".

    The 2 between 4 and 3 should not be read as the values after that are not increasing continuously. The series goes to 5 and then fall back to 3.
    And after the value 2 in red, the values are continuously increasing (3,4,5,6,7,8).

  5. #5
    Registered User
    Join Date
    11-29-2013
    Location
    Delhi
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Finding the lowest value in an array where the values starts in an acsending order.

    Thanks @patel45. It worked perfectly fine.

    Thanks alot.

+ 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. [SOLVED] Finding lowest x values in a filtered column
    By simon_humber in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-25-2012, 08:43 PM
  2. Finding the Lowest Values and Matching
    By artiststevens in forum Excel General
    Replies: 1
    Last Post: 05-04-2011, 11:45 PM
  3. Replies: 7
    Last Post: 09-21-2007, 01:48 AM
  4. Finding the sum of a row - the lowest 3 values
    By Nathan Carter in forum Excel General
    Replies: 5
    Last Post: 09-20-2005, 04:05 AM
  5. Finding the 5 lowest values in a range?
    By JamesH in forum Excel General
    Replies: 1
    Last Post: 01-31-2005, 06:59 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