+ Reply to Thread
Results 1 to 2 of 2

how to sum values which is coming in Date Range ?

  1. #1
    Registered User
    Join Date
    10-21-2013
    Location
    Saudi Arabia
    MS-Off Ver
    Excel 2010
    Posts
    44

    how to sum values which is coming in Date Range ?

    hi to experts,

    here I am wondering a formula which sum the values of which is coming in particular Month.

    for example :

    Sheet > Procurement Material (Rev) Column E, the sum for the month of august should be appear in the next sheet > Progress Calculation in the row C26. In the same way i want to define a same formula for entire months.

    THANKS & WAITING FOR VALUABLE INPUTS......

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: how to sum values which is coming in Date Range ?

    RFQ is in column D , not in C - column E is T/C, so should that not populate C27 cell

    would this work ?

    =SUMPRODUCT(--('Procurement Material List (Rev)'!D12:D209<>""),--(MONTH('Procurement Material List (Rev)'!D12:D209)=1),--(YEAR('Procurement Material List (Rev)'!D12:D209)=2014))

    if you just need the month and not worried about the year , then remove the year section

    and so you do not need to enter the date - you could use the header field
    =SUMPRODUCT(--('Procurement Material List (Rev)'!D12:D209<>""),--(MONTH('Procurement Material List (Rev)'!D12:D209)=MONTH(C$24)),--(YEAR('Procurement Material List (Rev)'!D12:D209)=YEAR(C$24)))

    see cell C26 and E26 - highlight in green
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Replies: 5
    Last Post: 06-02-2012, 03:38 PM
  2. Date coming as 1/0/1900
    By aloksoni in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 10-01-2010, 02:02 PM
  3. Values not coming in few cell but coming in rest all cells
    By rashmib in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-02-2009, 11:19 AM
  4. 1/2 as in a half but its coming up with the date
    By TIA4EVER in forum Excel General
    Replies: 2
    Last Post: 04-10-2009, 04:05 PM
  5. I am putting in a date 02-10-06 and its coming up as 10-02-06
    By Diana in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-12-2006, 10:50 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