+ Reply to Thread
Results 1 to 5 of 5

SUMIFS Function

  1. #1
    Registered User
    Join Date
    10-07-2013
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    7

    SUMIFS Function

    With the help of this forum, I've successfully been able to set up a spreadsheet which allows me to add a series of non periodic numbers based on whether the value falls within a certain date range. Thank you!

    What would make this even better is if I could have the SUMIFS formula update off dates that are in separate cells so I can do a quick update each quarter and year without having to go into the formulas and edit them as each period changes. At the moment I have ">=7/1/13" in Criteria1 and "<=9/30/13" in Criteria2. Next quarter I'll want ">=10/1/13" in Criteria1 and "<=12/31/13" in Criteria2 but when I try to link it to a cell with the dates in it I get zeroes, not even an error message which makes me think its possible.

    Anyone been successful with this concept?

    Thanks

    Russ

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: SUMIFS Function

    what did you actually put? ">="&a1
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: SUMIFS Function

    Hello Russ, you need to concatenate the cell value, e.g. if you have your start of quarter date in F2 use

    ">="&F2

    If you want you can make the cells update automatically with the start and end dates based on current date, e.g. using this formula for start date of the quarter

    =EOMONTH(TODAY(),MOD(-MONTH(TODAY()),3)-6)+1

    ...and this for end date....

    =EOMONTH(TODAY(),MOD(-MONTH(TODAY()),3)-3)
    Audere est facere

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: SUMIFS Function

    welcome to the forum, Russ. first off, it's not safe to use ">=7/1/13" and "<=9/30/13". that looks like MDY? your formula will fail when you send the file to someone like me because i'm using DMY in my date regional setting. use ">=1Jul2013" and "<=30Sep2013". that will work for all types of date regional settings.

    not sure how you referred to a cell. assuming dates in Column A, values in column B, Criteria1 in D1 & Criteria 2 in E1, it should be something like:
    =SUMIFS(B:B,A:A,">="&D1,A:A,"<="&E1)

    if it cannot work, I suggest you upload an Excel file in the thread. To do that, Click on GO ADVANCED and use the paperclip icon to open the upload window.
    View Pic
    and to illustrate your example better, click on How To Get Quick & Good Answers

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  5. #5
    Registered User
    Join Date
    10-07-2013
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: SUMIFS Function

    Thanks to all who responded. Works great now.

    This is a very cool website!!

    Cheers

    Russ

+ 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. SUMIFS function
    By mmmarks in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-12-2013, 09:09 AM
  2. [SOLVED] Sumifs Function
    By madness in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-09-2013, 02:47 PM
  3. [SOLVED] NEED HELP! SUMIFS function
    By thedefense in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-25-2012, 08:47 PM
  4. [SOLVED] SUMIFS function?
    By jed38 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2012, 04:33 PM
  5. OR function in SUMIFS
    By skysurfer in forum Excel General
    Replies: 6
    Last Post: 05-09-2012, 02:41 AM

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