Results 1 to 5 of 5

AVERAGEIF / SUMIF with multiple ranges

Threaded View

  1. #1
    Registered User
    Join Date
    09-10-2012
    Location
    Guildford, UK
    MS-Off Ver
    Excel 2003
    Posts
    23

    AVERAGEIF / SUMIF with multiple ranges

    Hi there. I realise this topic has been brought up before but the solution and question was slightly different from the problem im having.

    I need a formula to average out various 'non-error' cells dotted around my worksheet.

    My data is appearing in cells G8 G57 G106 G155 G204 & G253
    The cells either have values of between 1and10, or -more commonly- have #N/A values. (purposefully used to avoid graph interpolation issues)

    Is there any way I can do use an AVERAGEIF formula or some equivalent thereof to get the average of just the values that appear between 1 and 10 (i.e. ignore N/A values)?
    Something like:
    =AVERAGEIF((G8,G57,G106,G155,G204,G253), "<> NA()", (G8,G57,G106,G155,G204,G253))

    I tried to get around the problem using a normal average, but the problem is persisting:
    =AVERAGE(IF(ISERROR(G8), "", G8), IF(ISERROR(G57), "", G57), IF(ISERROR(G106), "", G106),IF(ISERROR(G155), "", G155), IF(ISERROR(G204), "", G204), IF(ISERROR(G253), "", G253))
    Any help is appreciated.
    Last edited by xandermacleod; 09-13-2012 at 01:27 PM.

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