+ Reply to Thread
Results 1 to 4 of 4

Challenge: Vlook-up/match with a sumif

  1. #1
    Registered User
    Join Date
    05-31-2012
    Location
    lemoore, CA
    MS-Off Ver
    Excel 2007
    Posts
    11

    Challenge: Vlook-up/match with a sumif

    Ok so I have a challenging and complex spreadsheet formula. I have this formula and others where the date and the username changes. =SUMIFS(S1T1!E:E,S1T1!A:A,B2,S1T1!A:A,C2,S1T1!B:B,"Pick Item to WO",S1T1!C:C,"TULBRAZC").

    I want to add the ability for when I type in the username in column b for it to match the values for that username from s1t1 and insert it in to the equation. This way if a person were to move shifts, all of the equations would calculate with emphasis on making sure the productivity works


    Copy of mike new spreadsheet-MASTER.xlsx
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    05-31-2012
    Location
    lemoore, CA
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Challenge: Vlook-up/match with a sumif

    This is the correct spreadsheet


    Copy of mike new spreadsheet-MASTER.xlsx

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Challenge: Vlook-up/match with a sumif

    Use some Absolute referencing and direct references to cells containing the search strings...

    e.g. in C5:

    =SUMIFS(S1T1!$E:$E,S1T1!$A:$A,$B$2,S1T1!$A:$A,$C$2,S1T1!$B:$B,C$4,S1T1!$C:$C,$B5)

    you can copy formula across.

    Then copy that row and paste to the other rows needing the formula... the references will self update.
    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.

  4. #4
    Registered User
    Join Date
    05-31-2012
    Location
    lemoore, CA
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Challenge: Vlook-up/match with a sumif

    Shut UP!!! Thank you sooo much it works!!! And I was making it way more complicated than it had to be.

+ 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