Results 1 to 3 of 3

Need help with array function using MEDIAN and nested IF with boolean AND

Threaded View

account-ant Need help with array function... 04-10-2013, 03:20 PM
ChemistB Re: Need help with array... 04-10-2013, 03:26 PM
account-ant Re: Need help with array... 04-10-2013, 04:47 PM
  1. #3
    Registered User
    Join Date
    04-10-2013
    Location
    US
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: Need help with array function using MEDIAN and nested IF with boolean AND

    THAT WORKED!!!! Thank you so much!

    I do have a follow up question. It seems that the function above (and others using IF functions) take into account empty cells, which skew the results. The ones just using AVERAGEIFS do not. Is that correct?

    I use the Data sheet repeatedly, pasting in new datasets frequently. There can be up to 50000 rows, but most often less. That's why I set the upper range to 50000. If empty cells are indeed skewing the calculations, how could I add some additional logic to skip any empty rows/cells in the range?

    Thanks in advance!

    EDIT: Clarification--sometimes I need to total items that are from Bob but NOT Type "Incident", so I use the <> operator instead. This is where I run into the empty cells issue, as <>Incident includes fields that are empty, apparently. Example:

    {=MEDIAN(IF('TT Data'!B1:B50000<>"Incident",IF('TT Data'!A1:A50000="Bob",'TTR= Data'!C1:C50000))}
    Last edited by account-ant; 04-10-2013 at 04:52 PM.

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