+ Reply to Thread
Results 1 to 2 of 2

Help on SUMIFS Funcrion Please

  1. #1
    Registered User
    Join Date
    04-22-2014
    Location
    San Diego
    MS-Off Ver
    Excel 2010
    Posts
    36

    Unhappy Help on SUMIFS Funcrion Please

    I want to total more criteria than just RF at the end of the function, I want to add Interest, QF Fees etc.


    =-SUM(SUMIFS(Data!$P:$P,Data!$L:$L,{"ACH ","Lbox Auto ","Cred Card ","Check ","Reappl Pmt"},Data!M:M,"RF "))

    Is there a way to add multiple fields at the end? Thank you!

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Help on SUMIFS Funcrion Please

    Try this...

    =-SUM(SUMIFS(Data!$P:$P,Data!$L:$L,{"ACH ","Lbox Auto ","Cred Card ","Check ","Reappl Pmt"},Data!M:M,{"RF ";"Interest";"QF Fees"}))

    The SUMIFS function will accept up to 2 array constants. They must be entered in opposite directions, one horizontal and the other vertical.

    Your 1st array is horizontal by use of comma delimiters and the 2nd array is vertical by use of semi-colon delimiters
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] Can I add 2 Sumifs?
    By cartica in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-15-2014, 10:43 AM
  2. [SOLVED] Looking for something simpler than SUMIFS - SUMIFS
    By YAbdelaal in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-27-2014, 10:38 AM
  3. sumifs
    By roklock in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-17-2014, 02:06 PM
  4. SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result
    By haldavid in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-09-2013, 03:42 PM
  5. [SOLVED] Sumifs, problem with the formula: =sumifs(c10:c200,<=today(),0)
    By Faustocruz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-08-2012, 04:26 AM
  6. [SOLVED] Excel 2007 : Sumifs help
    By woods1110 in forum Excel General
    Replies: 4
    Last Post: 04-26-2012, 01:34 PM
  7. Array Formulas Using the Sum Funcrion
    By kingjams in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-24-2007, 01:52 PM

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