+ Reply to Thread
Results 1 to 5 of 5

Summing multiple columns?

  1. #1
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Crayford, kent
    MS-Off Ver
    Excel 2013
    Posts
    394

    Summing multiple columns?

    Can you sum multiple columns based on two conditions?

    I have a selection of data that ranges from column D:DE
    In column B is condition 1 in Column C is condition 2

    I have tried

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    and

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    But i am getting either £0.00 or #Value or #N/A

    Whats wrong here?

    Dan

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Summing multiple columns?

    Do you mean?

    =Sumproduct(('Data'!$B:$B=B10)*('Data'!$C:$C=C9)*('Data'!$D:$DE))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Summing multiple columns?

    Try

    =SUMPRODUCT((Data!$B:$B=B10)*(Data!$C:$C=C9),Data!$D:$DE)

    however restrict ranges to only those that contain data and not full column refernces.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Summing multiple columns?

    Try this.
    with Ctrl + Shift + Enter
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  5. #5
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Crayford, kent
    MS-Off Ver
    Excel 2013
    Posts
    394

    Re: Summing multiple columns?

    Hi

    I have tried all of your suggestions and still get £0.00, or #Value, i have decided i am going to build a column to sum the cells i need to then just use a sumifs function to look at that column based on the two conditions

    Thank you for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sumproduct with multiple critera, and summing multiple Columns
    By shanea.kr in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-09-2012, 03:12 PM
  2. Issue with summing columns with multiple criteria
    By dcshaker in forum Excel General
    Replies: 4
    Last Post: 06-12-2011, 06:55 AM
  3. Summing multiple values if various columns conform
    By Andy4Fingers in forum Excel General
    Replies: 3
    Last Post: 07-23-2009, 07:55 AM
  4. Matching multiple columns, summing multiple results
    By DamienC in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-09-2008, 09:36 AM
  5. Summing Corresponding Values in Multiple Columns
    By ExcelTip in forum Tips and Tutorials
    Replies: 0
    Last Post: 08-28-2005, 11:06 AM

Tags for this Thread

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