+ Reply to Thread
Results 1 to 4 of 4

Average table stat based on three cells

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-25-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    100

    Average table stat based on three cells

    I posted a similar question a while ago which was answered and the solution worked this is a bit different as it involves the reference data to average on 2 of the cell

    So I have a table with 3 columns I need to separate and average data from the table based on the data in three columns which would appear in cells not in the column.

    Team Time Task

    I need Task 1 Alpha average in cell E2

    I need Task 2 Alpha average in cell F2

    I need Task 1 Bravo average in cell G2

    I need Task 2 Bravo average in cell H2

    I tried the formula and variations with out luck any ideas?

    =Iferror(AverageIFS(Table1[Team],"Alpha",Table1[Task],D2,Table1[Time]),"")

    We are using a table as it is easy for a user to sort large amounts of data
    Attached Files Attached Files
    Last edited by nsmjc; 11-08-2015 at 06:59 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Average table stat based on three cells

    So I have a table with 3 columns
    Did you upload the correct file? That file only has 2 columns
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    11-25-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    100

    Re: Average table stat based on three cells

    Quote Originally Posted by FDibbins View Post
    Did you upload the correct file? That file only has 2 columns
    Of course not that has been my day attached is the correct one
    Attached Files Attached Files

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2509
    Posts
    13,839

    Re: Average table stat based on three cells

    Try this formula in E2 and fill across.
    Formula: copy to clipboard
    =AVERAGEIFS(TASK[Time],TASK[Task],--MID(E$1,6,1),TASK[Team],RIGHT(E$1,5))
    and format accordingly.
    Dave

+ 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. Average Difference Based by Month with Pivot Table
    By D.Fermi in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 06-09-2015, 11:32 AM
  2. [SOLVED] Need to average table based on weeknum
    By DonW in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-21-2014, 09:55 AM
  3. Average cells based on data in adjacent cells.....Again
    By dwright1020 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-26-2013, 08:06 AM
  4. [SOLVED] Stat table with formulas for each data element but only when the element exists in table
    By stevemills04 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-28-2013, 05:50 AM
  5. Replies: 2
    Last Post: 04-18-2012, 05:10 AM
  6. Replies: 2
    Last Post: 09-20-2011, 07:01 PM
  7. Automating multiple cells using a Stat/math function
    By val2009 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-27-2008, 04:09 AM

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