+ Reply to Thread
Results 1 to 5 of 5

Average if the number is below 95%

  1. #1
    Registered User
    Join Date
    04-01-2013
    Location
    Cali
    MS-Off Ver
    Excel 2010
    Posts
    11

    Average if the number is below 95%

    I also need it to exclude zeros, when I look for a formula I keep running across averageif but that looks at 2 separate columns, I just need it to look at one column.

    Thanks again...

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Average if the number is below 95%

    Averageif doesn't "HAVE" to look at 2 columns.. You can specify any column you want.

    But since you're specifying 2 criteria, Less than 95% and NOT 0..then you need AverageIfS

    Try
    =AVERAGEIFS(A1:A100,A1:A100,"<95%",A1:A100,"<>0")
    Last edited by Jonmo1; 04-29-2013 at 02:10 PM.

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,749

    Re: Average if the number is below 95%

    removed post - better answer provided

  4. #4
    Registered User
    Join Date
    04-01-2013
    Location
    Cali
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Average if the number is below 95%

    BAM!! You are awesome... thanks..

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Average if the number is below 95%

    Try something like this...

    =AVERAGEIFS(A2:A10,A2:A10,">0",A2:A10,"<0.95")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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