+ Reply to Thread
Results 1 to 4 of 4

Get totals from a column on one tab into another tab based on data entered in another area

  1. #1
    Registered User
    Join Date
    08-01-2012
    Location
    TN
    MS-Off Ver
    Excel 2007
    Posts
    7

    Get totals from a column on one tab into another tab based on data entered in another area

    Here's what I need:

    I have a speadsheet with a tab named "Stores" where quantities are entered into Column B. Then in Column D the day of the week is entered. I need to get the sum from Column B in the "Stores" Tab put into "Summary" Tab based on the day entered in Column D on the Processed Tab.

    Normally I can muttle through and figure this out..but my brain isn't cooperating right now. Sure would be greatful if someone can help me out.

    I've attached an example.

    Thanks in advance for the help.
    Attached Files Attached Files

  2. #2
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Get totals from a column on one tab into another tab based on data entered in another

    I put formulas in Mon, Tues, Wed...and I thought I'd let you fill in the rest, if that's okay....HTH
    Attached Files Attached Files
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Get totals from a column on one tab into another tab based on data entered in another

    Hi and welcome to the forum

    # of Stores...=COUNTIFS(Stores!$A$2:$A$23,"<>",Stores!$D$2:$D$23,LEFT(C$2,IF(C$2="Thursday",2,1)))
    Units...=SUMIFS(Stores!$B$2:$B$23,Stores!$A$2:$A$23,"<>",Stores!$D$2:$D$23,LEFT(C$2,IF(C$2="Thursday",2,1)))
    Cartons...=SUMIFS(Stores!$C$2:$C$23,Stores!$A$2:$A$23,"<>",Stores!$D$2:$D$23,LEFT(C$2,IF(C$2="Thursday",2,1)))

    all copied across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Get totals from a column on one tab into another tab based on data entered in another

    Thanks for the feedback

+ 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