Results 1 to 6 of 6

Thread: SUM with Multiple Criteria

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member Haseeb A's Avatar
    Join Date
    Apr 2011
    Posts
    21
    Rep Power
    0
    Or use SUMIFS like,

    Code:
    =SUM(SUMIFS(D:D,A:A,"nsw",B:B,{"build";"land";"demolish"},C:C,{"a","b","c"}))
    Note: If first array separated by colon, then 2nd one should be be comma, If first array is separated by comma then 2nd should be colon.

    Or as Admin suggested use SUMIFS like, ARRAY entered.

    Code:
    =SUM(SUMIFS(D:D,A:A,F2,B:B,G2:G4,C:C,TRANSPOSE(H2:H4)))

  2. #2
    Junior Member
    Join Date
    Dec 2011
    Posts
    5
    Rep Power
    0
    Thanks Haseeb,
    I went with the first code and it worked perfectly!.
    Thanks very much.

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
  •