+ Reply to Thread
Results 1 to 6 of 6

Trying to sum count from multiple worksheets

  1. #1
    Registered User
    Join Date
    10-24-2014
    Location
    Wellington, New Zealand
    MS-Off Ver
    2010
    Posts
    14

    Trying to sum count from multiple worksheets

    Hi, I have a forecasting spreadsheet that has single worksheets per user to enter their requirements. I need to create a summary page which searches the content of each of the individual worksheets to locate if a part code has been selected on that page, and if so to include the count allocated to a specific month into the overall sum of that product for the month so we know what volume to order to fulfill requirements.

    I'm not sure how to achieve this. I have uploaded a sample file to show the raw content, but I don't really know where to start in achieving the above solution. Thank you in advance for any suggestions offered.

    Jo
    Attached Files Attached Files

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to sum count from multiple worksheets

    Hi,

    You are making life complicated where it needn't be. You are mixing up the two elements of data capture and final reporting. The two require quite different treatments.

    A lot of people start by designing the form that they expect to see as the final report or which at first glance seems the best way of capturing data, and then wonder why it's so difficult to subsequently analyse and summarise or extract information from it. Yours exhibits all those features.


    You should always capture data in a simple two dimensional table and worry about reporting information from it afterwards. Without exception doing this you will always be able to easily obtain management information. Rarely is this the case if you start the other way round.
    You will also throw open the whole wonderful world of the powerful Pivot table functionality.

    So before you get too far with this I'd create a single sheet database that contains the following columns

    Date
    User Code *
    Account Code *
    Customer Name
    Sales Rep *
    Part Number *
    Quantity


    The * values could be Validation drop down cells from which you could pick values. The way I normally arrange these things is to have a single data entry row above the database in which the new values are entered, then a button which runs a macro that adds the new record to the database.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    10-24-2014
    Location
    Wellington, New Zealand
    MS-Off Ver
    2010
    Posts
    14

    Re: Trying to sum count from multiple worksheets

    The tricky thing is that the data capture is being entered by sales people. They are visual folk not practical folk so very visually orientated.
    When you say database do you literally mean Access or something within Excel? Sorry if that is a really dumb question!

  4. #4
    Valued Forum Contributor
    Join Date
    06-21-2013
    Location
    Bangladesh
    MS-Off Ver
    Excel 2000, Excel XP, Excel 2002, Excel 2007, Excel 2010, Excel 2013
    Posts
    975

    Re: Trying to sum count from multiple worksheets

    You can do this if you can add a field like "Select User". You can see the attachment. I will be glad if it can solve your problems.

    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Trying to sum count from multiple worksheets

    When you say database do you literally mean Access or something within Excel?
    It is a table of data in Excel.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to sum count from multiple worksheets

    Quote Originally Posted by Jo Ross View Post
    The tricky thing is that the data capture is being entered by sales people. They are visual folk not practical folk so very visually orientated.
    When you say database do you literally mean Access or something within Excel? Sorry if that is a really dumb question!
    No, not Access or anything outside Excel. I simply meant a dedicated Excel sheet with the column labels I suggested. Typically I put those labels on say row 5 which wil be the top of the 'database' then above the data in say row 2 I add the same labels in row 2. The users enter data in Row 3. Once a new record has been added in row 3 I provide a button to click which adds a new first row to the database and copies the new record to that new row. This provides a simple way of building the database. Once you have that then it's a simple matter to analyse your data in just about any way you want with a Pivot Table - or if you want with formulae in other cells on other sheets.

+ 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. Count Worksheets in multiple files
    By dwb11 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-09-2015, 07:18 PM
  2. Sum multiple worksheets and summary tab that would sum and count by rep name.
    By angie.chang in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-15-2013, 12:50 PM
  3. count unique values in multiple worksheets with multiple criteria
    By craig04 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-06-2012, 03:26 PM
  4. Replies: 12
    Last Post: 01-18-2012, 02:51 PM
  5. Replies: 3
    Last Post: 12-30-2011, 03:33 PM
  6. Count responses across multiple worksheets
    By dwalzak in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-30-2010, 09:38 PM
  7. Replies: 0
    Last Post: 02-26-2010, 02:20 PM

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