+ Reply to Thread
Results 1 to 4 of 4

sumproduct from different Sheet by looking between Date Range

  1. #1
    Registered User
    Join Date
    02-22-2013
    Location
    pakistan
    MS-Off Ver
    Excel 2007
    Posts
    89

    sumproduct from different Sheet by looking between Date Range

    Hello,


    I need a formula or code for "sumproduct" by looking between date range for two worksheets.

    I have got the formula below which is working perfect within same Sheet1. The formula is

    =SUMPRODUCT(($C$8:$C$16>DATE(2013,6,31))*($C$8:$C$16<DATE(2013,12,31))*($B$8:$B$16))


    But I need a formula that takes the sum from Sheet2 and show it in Sheet1.

    I hope you guys will be understanding what I mean..


    Thanks in advance

    Reagards
    z-eighty2

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: sumproduct from different Sheet by looking between Date Range

    did you tried to click and drag the range in Sheet2 it will become =sumproduct((Sheet2!$C8:$C$16 >......
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: sumproduct from different Sheet by looking between Date Range

    =SUMPRODUCT((Sheet2!$C$8:$C$16>DATE(2013,6,31))*(Sheet2!$C$8:$C$16<DATE(2013,12,31))*(Sheet2!$B$8:$B$16))

    Doesn't this work's??
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: sumproduct from different Sheet by looking between Date Range

    hi z-eighty2. it would be better if you can upload a sample excel file. i am not sure if it's this straightforward:
    =SUMPRODUCT((Sheet2!$C$8:$C$16>DATE(2013,6,31))*(Sheet2!$C$8:$C$16<DATE(2013,12,31))*(Sheet2!$B$8:$B$16))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ 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