+ Reply to Thread
Results 1 to 3 of 3

Date Range and Formula identifing "X" amount of days ahead

  1. #1
    Forum Contributor dagindi's Avatar
    Join Date
    06-02-2008
    Location
    New York, NY
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    295

    Date Range and Formula identifing "X" amount of days ahead

    I am using the following formula (Thanks NBVC!!) to sum up certain data in a column.

    Please Login or Register  to view this content.
    I wanted to change this a bit so that instead of ">=" & curr_date I only wanted to look at data 30 days out maximum (or 45 or 60)....

    I tried every combo I could think of within the hash marks but everything keeps returning zero.

    Where should I be putting the 30 day, 45 days, or what ever length of time i want to see from today's date.

    Thanks!
    Last edited by dagindi; 06-07-2010 at 08:44 AM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Date Range and Formula identifing "X" amount of days ahead

    Perhaps try:

    =SUMIFS(amount_rangeFloat,date_range,"<="&TODAY()+30,amount_rangeFloat,"<0")

    Or you could change the "curr_date" to reference the formula "=TODAY()+30" and then still use curr_date in the formula in place of TODAY()+30.

  3. #3
    Forum Contributor dagindi's Avatar
    Join Date
    06-02-2008
    Location
    New York, NY
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    295

    Re: Date Range and Formula identifing "X" amount of days ahead

    Paul,

    Your formula worked perfect. Only problem is after I used it I realized I didnt ask the right question.

    With that said I'm going to close this thread since your formula works based on my question and I'll start a new thread with the corrected question.

+ 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