+ Reply to Thread
Results 1 to 2 of 2

Summing based on date criteria

  1. #1
    Registered User
    Join Date
    09-23-2004
    Posts
    7

    Summing based on date criteria

    hi all,

    I've been trying to figure out how to do the following but without any luck so far.

    I have a document (sample attached) that is used to track intro dates for products with dates across and item numbers down. Where an item is due for introduction on a certain day the engineer will enter a 1 into the corresponding item / date cell. I am then summing all the 1's up for a given date to tell me how many intros there are. The part I'm having trouble with is calculating how many intros there are within a given date range, which is generated initially by a TODAY() formula. Hope you can help!
    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
    You can use an AND() function to include multiple criteria..

    for example: in D4, you would enter formula: =IF(AND(D$6>=$B5,D$6<$B4),SUM(D$7:D$16),"0") and copy it across and then copy up to row 1.
    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)

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