+ Reply to Thread
Results 1 to 3 of 3

SUMIF formula - multiple ranges?

  1. #1
    Registered User
    Join Date
    04-26-2011
    Location
    Edinburgh, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    22

    SUMIF formula - multiple ranges?

    Hi

    I have a large spreadsheet with several tables.

    One table requires a SUMIF formula to look at 3 other tables.

    Currently the formula looks like this.

    =P15-SUMIF(ATable[Account],$D265,ATable[Apr])

    I need the formula to also include PTable[Account] & FTable[Account] in the range section
    and in the sum range section - PTable[Apr] & FTable[Apr]

    Is there an easy way to do this?

    Many thanks

    Chock

  2. #2
    Forum Contributor
    Join Date
    05-29-2013
    Location
    MD
    MS-Off Ver
    Excel 365
    Posts
    148

    Re: SUMIF formula - multiple ranges?

    I think you would have to add 2 more SUMIFs to the formula with the criteria you are mentioning.

    Thanks
    Duncan

  3. #3
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: SUMIF formula - multiple ranges?

    =P15-(SUMIF(ATable[Account],$D265,ATable[Apr])+SUMIF(PTable[Account],$D265,PTable[Apr])+SUMIF(FTable[Account],$D265,FTable[Apr]))

+ 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