+ Reply to Thread
Results 1 to 2 of 2

Adding figures within range if date criteria is met

  1. #1
    Registered User
    Join Date
    08-24-2010
    Location
    Dublin,Ireland
    MS-Off Ver
    Excel 2003
    Posts
    7

    Adding figures within range if date criteria is met

    Right so i have learned from my previous posts and have attached a sample file to show what I am trying to achieve.

    Right I have been able to work out a formula ( that does work ) for counting the number of times something falls in the range

    =SUMPRODUCT(('Open Requests'!B7:'Open Requests'!B212>=B9)*('Open Requests'!B7:'Open Requests'!B212<=C9))

    But now I am trying to count/add the amount of items / volume ( no of items column ) if it falls in between that range and so far excel is not playing ball

    Any ideas would be appreciated ,

    Thanks Ciaran
    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

    Re: Adding figures within range if date criteria is met

    You need to add the summing range at the end..

    e.g.

    =SUMPRODUCT(('Open Requests'!$B$7:$B$212>=B9)*('Open Requests'!$B$7:$B$212<=C9),'Open Requests'!$G$7:$G$212)

    Note: I added the $ to make the ranges absolute, so that you can copy the formula down and it won't change those ranges... only your B9 and C9 change as you copy down.
    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