+ Reply to Thread
Results 1 to 2 of 2

IF combined with SUMIFS ISSUE

  1. #1
    Registered User
    Join Date
    06-23-2015
    Location
    Brussels, Belgium
    MS-Off Ver
    Excel 2010
    Posts
    60

    IF combined with SUMIFS ISSUE

    Dears,

    I need your help to finish a last detail in my Formula, I have attached you a file sample so you could better evaluate the formula,

    In the sheet overview, concerning the yellow line "Production", the formula is as follow for Week 11 :

    =IF(OR($A5="";AND(T$2<$A$1;T$1=$B$1));"";IF(AND($D5="Production";T$1<($B$1+2));SUMIFS('Re-work short term'!$K$2:$K$15530;'Re-work short term'!$C$2:$C$15530;$A5;'Re-work short term'!$S$2:$S$15530;T$2);IF(AND($D5="Production";T$1>($B$1+1);$E5="Brand 1");SUMIFS('Pivot DRP'!$C$4:$C$1066;'Pivot DRP'!$A$4:$A$1066;$A5;'Pivot DRP'!$D$4:$D$1066;T$1)/1000;IF(AND($D5="Production";T$1>($B$1+1);$E5<>"Brand 1");SUMIFS('Rework Data DSS'!$F$2:$F$24900;'Rework Data DSS'!$B$2:$B$24900;$A5;'Rework Data DSS'!$D$2:$D$24900;$E5;'Rework Data DSS'!$G$2:$G$24900;T$1))))

    The formula is splitted in several part :

    1/ when date is earlier than today, it leaves a blank cell,
    2/ When date is equal or higher than today it retrieves info from different sources based on the below criterias :
    - 2.1/ IF Cell D5 = Production and date is lower than W+2, it has to take from Re-work short term sheet, (based on SKU/date criterias)
    - 2.2/ IF Cell D5 = Production and date is higher than W+1 and different from Brand 1, it has to take info from Rework Data DSS Sheet (based on SKU/week#)
    - 2.3/ IF Cell D5 = Production and date is higher than W+1 and equals Brand 1, it has to take info from Pivot DRP Sheet (based on SKU/week#)

    The formula is working well for point 2.1 & 2.3,
    --> However, for point 2.2 I cannot retrieve the info from W11 & 16 from de database 'Rework Data DSS'

    I really need your help on this and would be very grateful to solve it.. i am struggling on this for a few days,

    Thank you in advance for your help !
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: IF combined with SUMIFS ISSUE

    Try this formula in T5

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note: Brand information is in column A :: 'Rework Data DSS'!$A$2:$A$25

+ 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] Excel 2013: Need solution using VLOOKUP combined with SUMIFS or INDIRECT/MATCH
    By rarascon in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-14-2018, 08:28 PM
  2. Combined Vlookup and SumIfs
    By Iappreciate in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-27-2017, 08:07 PM
  3. Combined wildcard, data validation and sumifs issue
    By Gekko42 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-17-2017, 12:01 PM
  4. SUMIFS + LOOKUP? Inventory management combined with production schedule
    By VladKyle in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-11-2015, 02:16 PM
  5. [SOLVED] IF and Or combined issue
    By skhari in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-08-2012, 09:54 AM
  6. Combined vlookup and sumifs in a single formula
    By mrexcelrc1 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-27-2012, 04:54 PM
  7. Combined SUMIFs
    By Mac Johnson in forum Access Tables & Databases
    Replies: 3
    Last Post: 03-19-2009, 06:11 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