+ Reply to Thread
Results 1 to 3 of 3

how to add multiple cell with two criteria

  1. #1
    Registered User
    Join Date
    12-26-2009
    Location
    everywhere but nowhere
    MS-Off Ver
    Excel 2003
    Posts
    15

    how to add multiple cell with two criteria

    hi i want to know how to add multiple cells with two criteria

    here is my example. im using sumif and it works with one criteria, but with two criteria what should i do ?
    Attached Files Attached Files
    Last edited by verisme; 01-03-2010 at 03:17 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: how to add multiple cell with two criteria

    Hi,

    try SUMPRODUCT like this

    =SUMPRODUCT((B4:B11="TV")*(C4:C11="GOOD")*D4:D11)

    or like this

    =SUMPRODUCT(--(B4:B11="TV"),--(C4:C11="GOOD"),D4:D11)

    hth

  3. #3
    Registered User
    Join Date
    12-26-2009
    Location
    everywhere but nowhere
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: how to add multiple cell with two criteria

    thanks that solve my problem

+ 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