+ Reply to Thread
Results 1 to 2 of 2

AVERAGEIFS but I want to ignore cells in a range that are non-numeric??

  1. #1
    Registered User
    Join Date
    11-26-2019
    Location
    perth
    MS-Off Ver
    2013
    Posts
    4

    AVERAGEIFS but I want to ignore cells in a range that are non-numeric??

    Hi All

    Long time viewer, first time poster.

    I'm trying to do an AVERAGEIFS formula and I want to ignore any cells that contain non integer values.

    This is my current formula.. I have everything ready to go except for the last criteria which is ignoring non int values.

    =AVERAGEIFS('Current Lot37'!G5:'Current Lot37'!G100,'Current Lot37'!C5:C100,C5,'Current Lot37'!G5:G157

    Thanks!

  2. #2
    Forum Expert
    Join Date
    06-09-2010
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    1,714

    Re: AVERAGEIFS but I want to ignore cells in a range that are non-numeric??

    Hi
    you could try an array formula:

    =AVERAGE(IF(MOD($A$1:$A$5,1)=0,$A$1:$A$5))

    to enter an array formula copy the formula and press Control+Shift+Enter. It should appear in the formula bar in curly brackets

+ 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. averageifs, criteria is the value must be in a range defined by two cells
    By Llaurencee in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-10-2019, 02:39 PM
  2. [SOLVED] Averageifs IGNORE duplicate data
    By kent97 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-24-2017, 09:12 AM
  3. [SOLVED] AVERAGEIFS to ignore N/A cells
    By TicklyTigger in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-05-2016, 09:21 AM
  4. AVERAGEIFS and identifying Numeric values
    By pjwhitfield in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-10-2015, 04:06 AM
  5. Replies: 3
    Last Post: 05-13-2014, 10:48 PM
  6. [SOLVED] trying to take averageifs and ignore the blank cells, not working
    By cgabe001 in forum Excel General
    Replies: 2
    Last Post: 12-27-2012, 10:19 AM
  7. Replies: 3
    Last Post: 04-17-2012, 09:54 AM

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