+ Reply to Thread
Results 1 to 4 of 4

Ref and list unique names and sum their corresponding training hours that accumulate

  1. #1
    Registered User
    Join Date
    09-27-2012
    Location
    Sacramento, CA
    MS-Off Ver
    Excel 2010
    Posts
    6

    Ref and list unique names and sum their corresponding training hours that accumulate

    Hello and thank all in advance for any help. Just registered and seems like a potential great resource....

    I need to enter and track training hours for individuals that accumulate over time.

    I am starting a spreadsheet where I enter a date (col A); indivudual's name (col B); hours Class Training (col C); and hours Field Training (col D); as individuals accumulate training.

    I would like to then have a function on a another sheet if posssible that references and lists these unique names once (as the same names will be entered multiple times as they accumulate training hours on different dates); and also sum their hours. Thus having an ongoing function updating and summing hours for individuals as I input their info.

    Any suggestions, thank you.

    Attached is what I have started...

    Sincerely,
    J.
    Attached Files Attached Files
    Last edited by jcth81; 09-27-2012 at 04:30 PM.

  2. #2
    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: Ref and list unique names and sum their corresponding training hours that accumulate

    without seeing a sample workbook, try playing around with sumifS()
    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

  3. #3
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: Ref and list unique names and sum their corresponding training hours that accumulate

    As per your post for the column setup. T

    then to caputure your requirement in G1 type Unique Name in H1 type Hrs Class Training in I1 type Hrs Field Training.
    then in H2
    Please Login or Register  to view this content.
    drag across and down.

    Dont forget to put your unique names in G2:Gwhatever
    Blake 7

    If your question has been answered, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

    If any member's response has helped to solve your problem, please consider using the scales icon on the top right of their post to show your appreciation.

    http://failblog.org/

  4. #4
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Ref and list unique names and sum their corresponding training hours that accumulate

    jcth81,

    Welcome to the forum!
    Attached is a modified version of the posted file showing both a pivot table solution and a formula solution in Sheet2. In Sheet1, I converted the raw data to be a table (select the data -> Insert -> Table). When you type in new data directly underneath the table, the table will automatically extend to pick up that data. This allows both shown solutions to update dynamically (though you'll need to right-click on the pivot table and select refresh, and also make sure the formula solution is copied down far enough to pick up the full list of unique names. It is currently only copied down to row 9).
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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