Results 1 to 7 of 7

Calculating time elapsed in days and count days within same range

Threaded View

  1. #2
    Valued Forum Contributor
    Join Date
    04-11-2006
    Posts
    407
    This assumes your data is in cells A3:A200. I hope you find it helpful.
    =SUMPRODUCT(--(TODAY()-$A$3:$A$200>=0),--(TODAY()-$A$3:$A$200<=30),--($A$3:$A$200<>""))
    =SUMPRODUCT(--(TODAY()-$A$3:$A$200>30),--(TODAY()-$A$3:$A$200<=60),--($A$3:$A$200<>""))
    =SUMPRODUCT(--(TODAY()-$A$3:$A$200>60),--(TODAY()-$A$3:$A$200<=90),--($A$3:$A$200<>""))
    =SUMPRODUCT(--(TODAY()-$A$3:$A$200>90),--(TODAY()-$A$3:$A$200<=120),--($A$3:$A$200<>""))
    =SUMPRODUCT(--(TODAY()-$A$3:$A$200>120),--($A$3:$A$200<>""))
    Last edited by Ikaabod; 09-18-2008 at 05:56 PM. Reason: Changed: ">0" to ">=0" in first formula

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Count and Vlook up to count days off?
    By Twaddy in forum Excel General
    Replies: 3
    Last Post: 07-27-2008, 10:51 AM
  2. trying to calculate regular days in date range excluding holidays
    By DKY in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-14-2008, 09:12 PM
  3. count < or > 15 days from current date
    By paulcraigdainty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-20-2007, 01:45 PM
  4. Count range between 2 dates
    By conrogar in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-05-2007, 01:27 PM
  5. Calculating Average Days
    By ooZooM in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-27-2006, 09:18 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