+ Reply to Thread
Results 1 to 4 of 4

Sum something up with two criterias

  1. #1
    Registered User
    Join Date
    01-12-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    19

    Sum something up with two criterias

    Hi,

    I want to sum the things up on column C up, if column A is "A", and if column B is "<1000". How do I do that?
    I am using excel 2003, so I don't think =sumifs will work. Thank you very much.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Sum something up with two criterias

    Hi,

    Try SUMPRODUCT.

    =SUMPRODUCT((A2:A1000="A")*(B2:B1000<1000)*ISNUMBER(B2:B1000),C2:C1000)
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Forum Contributor bentleybob's Avatar
    Join Date
    02-27-2009
    Location
    Seattle, WA
    MS-Off Ver
    Excel 2010
    Posts
    644

    Re: Sum something up with two criterias

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    01-12-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Sum something up with two criterias

    Thanks it worked! Thank you very 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