+ Reply to Thread
Results 1 to 2 of 2

counting the number of dates in an aging bucket

  1. #1
    Registered User
    Join Date
    10-14-2008
    Location
    Mass
    Posts
    1

    counting the number of dates in an aging bucket

    I am trying to report on the number of dates that fall between standard aging dates (30-60-90-120+) given the TODAY() function. See attached, i need to count how many clients have had a "Service Campaign" run in the last 30-60-90 days.
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try these formulas in B7:B11

    =COUNTIF(C15:C1000,"<="&TODAY()-30)
    =SUMPRODUCT((C15:C1000<TODAY()-30)*(C15:C1000>=TODAY()-60))
    =SUMPRODUCT((C15:C1000<TODAY()-60)*(C15:C1000>=TODAY()-90))
    =SUMPRODUCT((C15:C1000<TODAY()-90)*(C15:C1000>=TODAY()-120))
    =COUNTIF(C15:C1000,"<"&TODAY()-120)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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. counting number of unique items in column
    By maacmaac in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-10-2008, 02:17 PM
  2. Counting Columns Values between Certain Dates
    By J-Dude in forum Excel General
    Replies: 2
    Last Post: 04-18-2008, 11:29 AM
  3. Counting dates in particular ageing brackets
    By wickerman in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-07-2008, 05:11 AM
  4. Counting Dates + Sumproduct
    By cooh23 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-18-2007, 07:53 AM
  5. count number of dates after filtering
    By hondasteed01 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-16-2006, 03:18 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