Results 1 to 7 of 7

Summation of values based on multiple criteria & ignoring blanks

Threaded View

coreyjo Summation of values based on... 04-17-2012, 02:06 PM
Cutter Re: Summation of values based... 04-17-2012, 02:18 PM
ron2k_1 Re: Summation of values based... 04-17-2012, 02:22 PM
Cutter Re: Summation of values based... 04-17-2012, 02:33 PM
ChhuppaRustam Re: Summation of values based... 04-17-2012, 02:36 PM
coreyjo Re: Summation of values based... 04-18-2012, 02:16 PM
coreyjo Re: Summation of values based... 04-18-2012, 04:16 PM
  1. #3
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Re: Summation of values based on multiple criteria & ignoring blanks

    I was trying to figure out what he meant by "Ignoring". But I guess he meant to include corresponding values that have blank cells; here is another take, it may be slower than cutter tho:
    =SUMPRODUCT(((B4:B19=I3)+(B4:B19="")),((C4:C19=I4)+(C4:C19="")),((D4:D19=I5)+(D4:D19="")),E4:E19)
    EDIT: Removed the "--", I don't think they're needed.
    Last edited by ron2k_1; 04-17-2012 at 02:25 PM.
    Ron
    Knowledge is knowing that a tomato and pepper are fruits. Wisdom is knowing whether to put these in a fruit salad

    Kindly

    [1] Use code tags. Place "[code]" before the first line of code and "[/code"]" after the last line of code. Exclude quotation marks
    [2] Mark your post [SOLVED] if it has been answered satisfactorily by editing your original post in advanced mode.
    [3] Thank (using the little scale) those that provided useful help; its nice and its very well appreciated

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