+ Reply to Thread
Results 1 to 3 of 3

SUM IF - Multiple Rows

  1. #1
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,702

    SUM IF - Multiple Rows

    Hi,

    I have the following SUMIF:
    Please Login or Register  to view this content.
    But Rather than SUM Range "AE" I need it to sum multiple coulms (O,P,Y,Z) is this possible?

    Paul
    Last edited by pauldaddyadams; 03-29-2012 at 07:25 AM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,719

    Re: SUM IF - Multiple Rows

    ...not with SUMIF unless you just string together 4 SUMIFS, one for each column to sum.....try SUMPRODUCT but it's best to restrict the ranges, e.g. something like

    =SUMPRODUCT(('Sales by Customer'!E2:E100=B510)*(('Sales by Customer'!O2:P100)+('Sales by Customer'!Y2:Z100)))
    Audere est facere

  3. #3
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,702

    Re: SUM IF - Multiple Rows

    Ok Thanks Daddylonglegs - ill give that a go!

+ 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