+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Quartile If

  1. #1
    Registered User
    Join Date
    07-29-2011
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007
    Posts
    15

    Quartile If

    How do I write an IF equation in an array of another function

    For example the function..

    =QUARTILE(array,quart)

    I want = QUARTILE(IF(something),quartile 1)

    I don't want the IF True, IF FALSE parts of the IF function.

    Thanks.

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,352

    Re: Quartile If

    Hi cloud36,

    Quartile returns a single number. The second argument can be only 0,1,2,3,4. The first argument needs to be an array or range of cells that are numbers.
    Read http://office.microsoft.com/en-us/ex...005209226.aspx for the specifics.

    I have no idea what you are asking. How about an example and maybe we can figure out what you desire.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    07-29-2011
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Quartile If

    Say I have a table with two columns: Place and Time. Imagine the list contains the time it took a certain place to complete the mile...1st place, 2nd place. The table contains the same place more than one. So, it may have 500 entries of times it took a 1st place runner to complete a race. I'm trying to find the 1st quartile when place equals 1. So, in my QUARTILE formula I need to write in IF equation so it only computes quartile 1 when the Place Column equals 1. Does that make sense.

    Table 1
    Place Time
    1 30
    2 45
    1 33
    2 47
    2 60
    3 55
    4 65
    5 75
    . .
    . .

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Quartile If

    Something like:

    =IF(A2<>1, "", QUARTILE(.....))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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