Results 1 to 6 of 6

Thread: SUM with Multiple Criteria

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member littleiitin's Avatar
    Join Date
    Aug 2011
    Posts
    90
    Rep Power
    15
    Hi Candygirl,

    Welcome to the board,

    You are applying multiple criteria in single column.. so It is better to use sumproduct:

    Use below formula: for Column C I have given my own criteria...Please change accordingly.


    Code:
    =SUMPRODUCT(--ISNUMBER(MATCH(B1:B5,{"Land";"Build";"Demolish"},0)),--(A1:A5="nsw"),--ISNUMBER(MATCH(C1:C5,{"abc";"def";"xxx"},0)),K1:K5)

  2. #2
    Junior Member
    Join Date
    Dec 2011
    Posts
    5
    Rep Power
    0
    Hi littleiitin,
    Thanks so much for your reply.
    I tried your formula and received a 0 value.
    I have attached an example.
    I would like to add D, if A = NSW, B = Build, Land or Demolish and C = A, B or C.
    Hope this makes sense.
    Thanks again.
    Attached Files Attached Files

Similar Threads

  1. Replies: 3
    Last Post: 05-23-2013, 11:17 PM
  2. Sum values based on multiple criteria
    By Jorrg1 in forum Excel Help
    Replies: 8
    Last Post: 01-07-2013, 03:04 PM
  3. Replies: 4
    Last Post: 08-11-2012, 10:50 PM
  4. SUM Value With Multiple Criteria In Same Column
    By MarkJohn in forum Excel Help
    Replies: 2
    Last Post: 05-18-2012, 07:52 AM
  5. Sum values based on multiple criteria
    By vmath in forum Excel Help
    Replies: 1
    Last Post: 05-07-2012, 08:53 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •