+ Reply to Thread
Results 1 to 4 of 4

Formula SUMIF with two conditions on a different sheet

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-20-2013
    Location
    London, England
    MS-Off Ver
    Excel 2011
    Posts
    474

    Formula SUMIF with two conditions on a different sheet

    Hello,

    I have the following formula in one of my cells:
    =AVERAGEIF('Individual Player Raw Data'!B:B,$B66,'Individual Player Raw Data'!G:G)

    It matches the B66 cell value on the current sheet with the same cell values on the B:B column on the 'Individual Player Raw Data' sheet.
    On the rows that these match, it calculates the AVERAGE of the values in the G:G column on the 'Individual Player Raw Data'.


    I now want to have another condition.
    As well as above, I also want it to factor in the cells which the current sheet's A66 cell value matches with the A:A column on the 'Individual Player Raw Data'.
    I'm not sure how to write this formula.

    I hope I've explained this well.
    Your help is HUGELY appreciated.
    Last edited by tlacloche; 03-21-2013 at 08:03 AM.

  2. #2
    Forum Contributor
    Join Date
    03-20-2013
    Location
    London, England
    MS-Off Ver
    Excel 2011
    Posts
    474

    Re: Formula SUMIF with two conditions on a different sheet

    i've tried sticking in an extension to the current formula but it doesn't work.
    anyone...?

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula SUMIF with two conditions on a different sheet

    Use AVERAGEIFS

    Hence

    =AVERAGEIFS('Individual Player Raw Data'!G:G,'Individual Player Raw Data'!B:B,$B66,'Individual Player Raw Data'!A:A,$A66)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Contributor
    Join Date
    03-20-2013
    Location
    London, England
    MS-Off Ver
    Excel 2011
    Posts
    474

    Re: Formula SUMIF with two conditions on a different sheet

    Quote Originally Posted by Ace_XL View Post
    Use AVERAGEIFS

    Hence

    =AVERAGEIFS('Individual Player Raw Data'!G:G,'Individual Player Raw Data'!B:B,$B66,'Individual Player Raw Data'!A:A,$A66)
    Legend.
    THANK YOU SO MUCH

+ 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