+ Reply to Thread
Results 1 to 3 of 3

Averageif

  1. #1
    Registered User
    Join Date
    09-21-2022
    Location
    United States
    MS-Off Ver
    Microsoft 365
    Posts
    1

    Averageif

    I am currently trying to figure out if the averageif formula will work or if I need something else.

    I am trying to find the average of a column based on if another column meets a reference columns needs.

    Here is kind of how it looks

    Name Number Original List
    A 1 A
    c 2 B
    A 3 C
    B 2 D
    C 1 E
    E 4 F
    F 1 G
    D 2 E

    What I need is for each letter on the original list, is to check the name column for the letter in the original list and then average all the numbers that match the name of the letter to the one being referenced in the original list.

    Ask any questions for clarifications!
    Thanks

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,672

    Re: Averageif

    Here is a power query solution that provides you with the average for each of the items in Column A.

    Excel 2016 (Windows) 64 bit
    E
    F
    1
    Name Average
    2
    A
    2
    3
    B
    2
    4
    C
    1.5
    5
    D
    2
    6
    E
    4
    7
    F
    1
    Sheet: Sheet1

    Please Login or Register  to view this content.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,168

    Re: Averageif

    So if your list starts in A2 through C9, in D2 try:
    =IFERROR(AVERAGEIFS($B$2:$B$9,$A$2:$A$9,C2),"")
    and copy down

+ 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
    By bangorbrownie in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-30-2017, 09:47 PM
  2. [SOLVED] Averageif
    By bangorbrownie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-27-2017, 07:01 PM
  3. Averageif
    By dohara in forum Excel General
    Replies: 8
    Last Post: 04-29-2014, 02:24 PM
  4. [SOLVED] help with =AVERAGEIF
    By Joshua Buche in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-28-2014, 06:36 PM
  5. [SOLVED] AverageIF
    By Brennen81 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-12-2014, 03:31 PM
  6. [SOLVED] AverageIf
    By LaserDance in forum Excel General
    Replies: 3
    Last Post: 07-15-2010, 02:46 PM
  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