+ Reply to Thread
Results 1 to 3 of 3

Problems with SUMIFS function

  1. #1
    Registered User
    Join Date
    02-28-2018
    Location
    New England
    MS-Off Ver
    2016
    Posts
    1

    Problems with SUMIFS function

    I am trying to make a formula that will calculate the sum off journal entries that meet certain criteria. This is my formula:
    =SUMIFS(D2:D59158,"INT",L2:L59158,">=1/1/2015",L2:L59158,"<=6/30/2015",S2:S59158,"93"), but I keep getting an error message saying that there are too few arguments or a message asking if I was really meaning to type out a formula. I had been using the COUNTIFS function for similar problems and had no issues. Thank you for any help!

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: Problems with SUMIFS function

    You are missing sum range. You only have criteria range defined in the formula.
    =SUMIFS(SUMRANGE,D2:D59158,"INT",L2:L59158,">=1/1/2015",L2:L59158,"<=6/30/2015",S2:S59158,"93")
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Problems with SUMIFS function

    =SUMIFS(D2:D59158,"INT",L2:L59158,">=1/1/2015",L2:L59158,"<=6/30/2015",S2:S59158,"93")

    What you SUMmimg?

    =SUMIFS(range to be summed, criteria1 range, criteria1, .........,criteriaN range, criteriaN)

    You do not appear to have the SUM range

+ 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] Merge Month function in SUMIFS function
    By wincross in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 07-28-2017, 09:08 AM
  2. Replies: 4
    Last Post: 01-30-2017, 07:16 PM
  3. [SOLVED] Using large function based on sumifs function
    By jeosen in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-26-2015, 08:20 AM
  4. [SOLVED] Help with this SUMIFS function
    By husni in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-09-2015, 01:28 AM
  5. Help nesting an OR function inside a SUMIFS function
    By wes228 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-21-2014, 06:22 PM
  6. [SOLVED] sumifs and sumproduct problems
    By senile2 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-27-2013, 08:01 PM
  7. SUMIFS,INDEX,MATCH code problems
    By sofib09 in forum Excel General
    Replies: 10
    Last Post: 01-07-2011, 04:37 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