+ Reply to Thread
Results 1 to 2 of 2

Averageif

  1. #1
    Registered User
    Join Date
    01-27-2017
    Location
    Downeast, Maine
    MS-Off Ver
    excel 10
    Posts
    7

    Red face Averageif

    Hello All,

    My name is Lance and this is my first time posting here. Please forgive me if I have posted in the wrong spot (moderators please feel free to move) or for any "faux paus" I may make.

    Here is my issue:

    I need to find the average length of time that a person waits to be admitted. I need to do this for different floors and departments.

    The information is all grouped together and a column has been added that calculates the length of time from when it is decided that a person should be admitted to when the orders have been written,

    NOTE: The data is manually collected so there are some data entry issues that result in "0" or negative numbers. Sometimes a person changes their mind and leaves thus a blank cell.

    So, for giggle, let's say the departments are named Alpha, Bravo, Charlie & Delta.

    I have used averageif statements in the past and know there is a way to figure the average for each floor or department by ignoring the zeros, negative numbers and blank cells.

    Any and all help is appreciated.

  2. #2
    Registered User
    Join Date
    12-06-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    72

    Re: Averageif

    Hi

    You can use averageifs() to find the average of each department ignoring the zeros

    =AVERAGEIFS(B2:B8, A2:A8, "Sales", B2:B8, ">0")


    “If you upload your sheet to google sheets and use the google sheets plug in called Formula Helper it may be helpful to you.”

+ 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] Averageif help
    By Lewster in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-06-2015, 03:54 PM
  2. [SOLVED] help with =AVERAGEIF
    By Joshua Buche in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-28-2014, 06:36 PM
  3. Help with averageif()
    By Ferloft in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-06-2013, 01:44 PM
  4. [SOLVED] Averageif
    By edmundo1971 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-03-2013, 09:48 AM
  5. AverageIf
    By larryg003 in forum Excel General
    Replies: 2
    Last Post: 06-19-2010, 07:27 PM
  6. Excel 2007 : Averageif
    By PaulMc in forum Excel General
    Replies: 6
    Last Post: 09-29-2008, 03:45 AM
  7. averageif
    By rudy in forum Excel General
    Replies: 5
    Last Post: 04-27-2006, 06:20 PM

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