+ Reply to Thread
Results 1 to 2 of 2

Formula that will pull by a date range of the current date

  1. #1
    Registered User
    Join Date
    12-04-2012
    Location
    Bentonville, AR
    MS-Off Ver
    Excel 2003
    Posts
    1

    Formula that will pull by a date range of the current date

    I am trying to insert a formula or string of formula into a spreadsheet that will sum numbers from certain cells and omit cells that have a certain date range attached. Is this even possible?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Formula that will pull by a date range of the current date

    Yes, can you be more specific?
    For example, if you have dates in Col F from F2:F100 and you want to sum col G (same range) if the date is not between 2/2/2011 and 12/31/2011
    with Excel 2003
    =SUMPRODUCT(($F$2:$F$100<--"2/2/2011")+($F$2:$F$100> --"12/31/2011"), $G$2:$G$100 )
    Does that help?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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