+ Reply to Thread
Results 1 to 6 of 6

Find first value greater than X

  1. #1
    Forum Contributor
    Join Date
    01-26-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    312

    Find first value greater than X

    Hi guys,

    Just wondered how I could manipulate the following formula, so that rather than looking for "max", it tells me the placement of the 1st figure which is above (i.e. 1%)

    UAFaQUcuRg_HiKU3cAdoXg.png

    Using "above 1%", would mean in this example 5 is the value (BK2)

    Hope that's clear enough, any questions feel free to ask

    Thanks, Mdn
    Last edited by Median; 02-18-2018 at 06:35 PM.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,960

    Re: Complex IF formula

    title updated....
    Last edited by protonLeah; 02-18-2018 at 07:23 PM.
    Ben Van Johnson

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,179

    Re: Find first value greater than X

    Try this ...

    =INDEX($BJ$1:$BP$1,MATCH(TRUE,INDEX(BJ2:BP2>1,0),0))

  4. #4
    Forum Contributor
    Join Date
    01-26-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    312

    Re: Find first value greater than X

    Hi Phuo, had a go but couldn't quite get it to work.

    This might help (small spreadsheet attached). I've also added what the first few values should be in column I
    Attached Files Attached Files

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,179

    Re: Find first value greater than X

    Try again

    7-MATCH(TRUE,INDEX(A2:G2>1%,0),0)

  6. #6
    Registered User
    Join Date
    06-07-2019
    Location
    Brazil
    MS-Off Ver
    Office 365
    Posts
    1

    Re: Find first value greater than X

    I just stumbled upon something like this... I had a limit and had to find the first number above the specified limit.
    What I did was using a MINIFS formula.
    That min_range is the whole data set, the criteria1_range was again the whole data set and the criteria1 was ">x", where "x" is the limit value.
    The end result was something like =MINIFS($A:$A;$A:$A;">"&$C:$1) and the cell C1 is where my limit was.

    Hope it helps

+ 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] Complex formula getting moer complex
    By Trebor777 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-02-2017, 01:39 PM
  2. Complex V Look up formula
    By excelconditional in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 02-20-2017, 11:43 AM
  3. [SOLVED] Use an existing cell formula for creating a new more complex formula
    By dubcap01 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-23-2014, 07:41 AM
  4. Replies: 4
    Last Post: 02-03-2014, 12:47 AM
  5. Assistance with reporting data inorder with no blank cells or rows inbetween
    By Ghost Of Casper in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-28-2013, 01:37 PM
  6. Complex Formula using IF THEN ELSE!
    By daymaker in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-05-2011, 01:10 AM
  7. Complex IF Formula
    By davo1224 in forum Excel General
    Replies: 8
    Last Post: 12-15-2010, 05:39 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