+ Reply to Thread
Results 1 to 2 of 2

Double Sumif

  1. #1
    Registered User
    Join Date
    01-31-2007
    Posts
    47

    Double Sumif

    I want a double sumif that works as follows:

    If Column A = “X” and column B = “Y”, then it will sum the numbers in column C

    So basically it will only sum the numbers that have “X” and “Y” in their respective row.

    Any help hugely appreciated.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Double Sumif

    Try using SUMPRODUCT, you can't use whole columns so try something like

    =SUMPRODUCT((A1:A100="x")*(B1:B100="y"),C1:C100)

    If you have Excel 2007 you can use SUMIFS.....

+ 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