+ Reply to Thread
Results 1 to 13 of 13

Need help tallying up certain workbook data

  1. #1
    Registered User
    Join Date
    05-03-2016
    Location
    Virginia Beach, VA, USA
    MS-Off Ver
    Office 2021
    Posts
    14

    Need help tallying up certain workbook data

    Not sure where to ask this question so here I am. I am mostly an Excel novice with abilities to create basic sheets, and have created a 10 sheet workbook. I need help creating a summary sheet that will search certain workbook columns for all member names, and the items assigned to those names, and then create an alphabetized summary listing of names and assignments.

    I have attached the workbook, so I can be more specific.

    Look at the sheet labeled "Assigned"

    On this new "Assigned" sheet I want to show all names alpha sorted by last name from all columns labeled "Owner" from every other sheet. If a new name in inputted under "Owner" on any sheet then I want that it to automatically show up in the Assigned sheet under the column labeled "Member". For multiple entries of the same name I only want one entry for that name on the Assigned sheet.

    Now I also need automatic tallying of all the "Stand #" columns from all sheets to show all specific "Assigned Stands" for each Member. I have manually entered a John Smith example of what I am trying to automatically accomplish on the Assigned sheet.

    Any help will be greatly appreciated.
    Attached Files Attached Files
    Tom P in Sunny Virginia Beach, Va

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Need help tallying up certain workbook data

    So what you have done is created a data storage mechanism that is more like a reporting mechanism.

    Ideally the best way to store data is in ONE table, then you can report off that ONE dataset as many ways as you want (i.e. create all the worksheets to report) and then you can have ONE pivot table on that data. This would all be very easily attainable with simple formulas or pivot tables.

    Now for what you have created you have to FIRST aggregate all the data to one spot THEN report on it like you want for the Assigned sheet. It is doable, but exponentially more work and that much more difficult to manage as changes are necessary in the future.

    In processes like these in the past where the owner/user doesnt want to change the way they are recording data (or cant, as they are given the data from third parties in nonsensical manners) I have created automated ways to aggregate the data but then it requires someone to manage the VBA scripting as well as the spreadsheet in case of any needed changes.
    Last edited by mikeTRON; 05-03-2016 at 12:08 PM.
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Registered User
    Join Date
    05-03-2016
    Location
    Virginia Beach, VA, USA
    MS-Off Ver
    Office 2021
    Posts
    14

    Re: Need help tallying up certain workbook data

    Mike,

    Thanks much for your response, but you are talking WAY over my head. As I mentioned I am a novice.

  4. #4
    Registered User
    Join Date
    05-03-2016
    Location
    Virginia Beach, VA, USA
    MS-Off Ver
    Office 2021
    Posts
    14

    Re: Need help tallying up certain workbook data

    Duplicate. Cannot figure out how to erase this.
    Last edited by tperk100; 05-03-2016 at 12:32 PM.

  5. #5
    Forum Contributor
    Join Date
    08-25-2015
    Location
    Near Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    152

    Re: Need help tallying up certain workbook data

    Your problem has several parts, as explained by MikeTRON.
    To maybe help you break this down into novice language:
    It would be best if all your data was in a single sheet. You could recreate your data in a single sheet or use a "code" that can do it. If you aren't familiar with VBA, it might be best if you could get your data into a single sheet. I would be glad to suggest a template or list of columns to use. Then other formulas or a simple Pivot Table could pull your info into the format you want.


    Hope this helps!

  6. #6
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Need help tallying up certain workbook data

    Quote Originally Posted by candybg View Post
    Your problem has several parts, as explained by MikeTRON.
    To maybe help you break this down into novice language:
    It would be best if all your data was in a single sheet. You could recreate your data in a single sheet or use a "code" that can do it. If you aren't familiar with VBA, it might be best if you could get your data into a single sheet. I would be glad to suggest a template or list of columns to use. Then other formulas or a simple Pivot Table could pull your info into the format you want.


    Hope this helps!
    ^what Candy said.

    Essentially your problem is actually a very complex one where a standardized dataset would be MUUUUCH easier for you to manage.

  7. #7
    Registered User
    Join Date
    05-03-2016
    Location
    Virginia Beach, VA, USA
    MS-Off Ver
    Office 2021
    Posts
    14

    Re: Need help tallying up certain workbook data

    Candy,

    Thank you and I accept your offer to help. I created this book, but I have no idea of how to go about doing what you fellows have suggested. What, if anything do you need from me?

    Thanks again.

  8. #8
    Forum Contributor
    Join Date
    08-25-2015
    Location
    Near Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    152

    Re: Need help tallying up certain workbook data

    I added a DATA sheet with columns that I think gather all the data. I formatted the data as a TABLE (to make future calculations simpler). Just add data below the last row (currently row 34). I copied and pasted the data from your first two tables, and added the header info (guessing they might be called "Lease" and "Straw Boss").

    There are a few rows that were blank - I highlighted yellow. There didn't seem to be any Stand listed. You may or may not need these rows (guessing they were placeholders to keep data lined up ). If these do not reflect actual data, they should be deleted.

  9. #9
    Forum Contributor
    Join Date
    08-25-2015
    Location
    Near Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    152

    Re: Need help tallying up certain workbook data

    For some reason the "paperclip" to attach the file is not working, so at this moment I'm unable to attach my version 2 of your file.

    Here are the column headings I used in row 3 (A3 to I3):

    Lease Straw Boss Stand # Marked GPSd Trail Marked GPSd2 Owner Comments

  10. #10
    Registered User
    Join Date
    05-03-2016
    Location
    Virginia Beach, VA, USA
    MS-Off Ver
    Office 2021
    Posts
    14

    Re: Need help tallying up certain workbook data

    Could you send me the file at tperk(10x10 without parenthesis)AAATTTT Gmail Dot Com?

  11. #11
    Forum Contributor
    Join Date
    08-25-2015
    Location
    Near Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    152

    Re: Need help tallying up certain workbook data

    file has been sent

  12. #12
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,870

    Re: Need help tallying up certain workbook data

    How to attach a sample workbook:

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  13. #13
    Forum Contributor
    Join Date
    08-25-2015
    Location
    Near Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    152

    Re: Need help tallying up certain workbook data

    Thanks. Maybe it will show up as attached this time.
    Attached Files Attached Files

+ 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. tallying fields
    By erikbuddenhagen in forum Excel General
    Replies: 6
    Last Post: 03-06-2014, 02:40 PM
  2. A macro combining and tallying table data
    By henryBukowski in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-24-2013, 01:03 PM
  3. Replies: 1
    Last Post: 11-19-2010, 02:39 PM
  4. Excel 2007 : Tallying
    By jibberjabber in forum Excel General
    Replies: 4
    Last Post: 10-21-2010, 09:43 AM
  5. Standardizing random data and tallying item response
    By gradstu2010 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-01-2010, 01:17 PM
  6. Tallying totals of ten
    By cricket_stoner in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-11-2008, 01:33 PM
  7. [SOLVED] How do you use tallying in excel??
    By Katie_S in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 03-22-2005, 09:08 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