+ Reply to Thread
Results 1 to 4 of 4

Sum Product

  1. #1
    Forum Contributor
    Join Date
    05-05-2014
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2013
    Posts
    103

    Sum Product

    Hello,

    I am trying to find a formula for column e on the PO Costs EOY sheet. My criteria is as follows:

    1.Column b on PO Costs EOY= Column A on TableTop
    2.The order date in Column A is equal or in between the dates on rows 2 and 3 in Tabletop
    3. I do not want to include in the sum anything before order date, ie, if the order date is 8/8, i only want to sum 8/9 and greater. Basically, I am ordering what I will need in the future.
    4. On another sheet similar to this, I used this formula (compliments of ExcelForm) and it worked, but now I am getting N/A
    =SUMPRODUCT((TableTop!$A$5:$A$311=B2)*(TableTop!$X$2:$AW$2>=$A2)*(TableTop!$X$6:$AW$311))-D2
    (D2 is subtracting the inventory on hand from the quantity needing to be ordered)


    The order date will always be on the last day of the week. So the sum would start the follow week.

    Thanks!!!!
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Sum Product

    The dimensions need to be alligned...

    Try

    =SUMPRODUCT((TableTop!$A$5:$A$311=B2)*(TableTop!$X$2:$AW$2>=$A2)*(TableTop!$X$5:$AW$311))-D2

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Sum Product

    Untested..

    =SUMPRODUCT((TableTop!$A$5:$A$311=B2)*(TableTop!$X$2:$AW$2>=$A2)*(TableTop!$X$5:$AW$311))-D2
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Contributor
    Join Date
    05-05-2014
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2013
    Posts
    103

    Re: Sum Product

    Thank you!

+ 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. [SOLVED] I'm receiving a Run-Time error 1004 while trying to delete a product from a product list.
    By redsab in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-05-2014, 10:03 PM
  2. Replies: 1
    Last Post: 06-20-2014, 03:38 PM
  3. Macro for Name Generation from Product to Product with Sizes and Filenames
    By ddenicola in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-30-2014, 11:59 AM
  4. [SOLVED] Find Product Details in Another Sheet based on Product ID and Copy some Fields From there
    By kevalkothari in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-29-2012, 10:43 AM
  5. [SOLVED] Need Function that will find ordered product, and display the product code in a 2nd workbk
    By rollerden in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-21-2012, 08:52 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