+ Reply to Thread
Results 1 to 2 of 2

Creating a conditional median statement

  1. #1
    Registered User
    Join Date
    12-09-2009
    Location
    Seattle, WA
    MS-Off Ver
    Excel 2007
    Posts
    61

    Creating a conditional median statement

    I have an equation that uses the averageifs function:

    =AVERAGEIFS(A:A, B:B, 1)

    What would be the equivalent function if I wanted to take the median as opposed to the average, while still maintaining the conditional parameters the averageifs statement allows?
    Last edited by dforte; 04-11-2012 at 12:38 PM.

  2. #2
    Registered User
    Join Date
    12-09-2009
    Location
    Seattle, WA
    MS-Off Ver
    Excel 2007
    Posts
    61

    Re: Creating a conditional median statement

    A formula I've found to work for this basic case is as follows, but must be entered as an array (ctrl+shift+enter):

    =MEDIAN(IF(A:A=1, B:B))

    Thanks All!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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