+ Reply to Thread
Results 1 to 24 of 24

Data Entry - 4 variables how to handle neatly

  1. #1
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Data Entry - 4 variables how to handle neatly

    I wish to create an XL sheet that will be used weekly to update new data .. and output will be graphs imported into ppt.

    The requirement is for each week of the year for each individual record number of Hrs effort on a particular task.

    So there are
    # Individual name (currently ~30)
    # wk number (1-52)
    # Hrs value (from 0.5 to 40)
    # Task name (currently ~40)


    Any one individual may be assigned to any task .... each task could have one or more individuals assigned.
    Although they would be unlikely to be assigned to more than ~5


    My initial thoughts were Individual names in a column on left ... running left to right a column for each week number ... I could use drop down list to set list data entries of the task names ... all that is within my current Excel knowledge.
    What I can't figure out is the way to add the last part .. the Hrs value.

    i.e each entry needs individual name + task name + wk number + Hrs

    There will be lots of names or tasks that have no entries for particular weeks .. so flexibility required.

    Welcome advice of best way to structure this, as once set up needs to be handed over to admin function for monthly update.

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    Are you over complicating this?

    Who will record the hours each person works? I would assume each individual.

    So create a weekly or monthly time sheet for each individual with combo boxes to select the project names and a field to enter hours worked.

    Then a summary sheet with a simple table Staff across the top and projects vertically

    With formulae to map each member of staff's hours to the summary sheet.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Data Entry - 4 variables how to handle neatly

    On the face of it, you are making this more complicated than necessary. My first thought is something like this which lends itself to using Excel's abilities to summarize data.

    A
    B
    C
    D
    1
    Name Week # Task Hours
    2
    Joe
    3
    14
    0:30
    3
    Sam
    4
    12
    1:45


    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  4. #4
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    The individuals will not be doing this .. it will be pre-populated with time estimates and known tasks for the Financial year.
    Then a central admin resource will complete monthly, with actuals for the month and updated estimates for future months. (if any)

    The output will be used to create a bar graph showing total numbers of Hrs per week for the year, initially all will be estimate, being replaced by actuals as year progresses.
    Might want to show both forecast & actual on a second graph.

    Several other manipulations using some headcount numbers, resource costs ... but that is all additional once I get this base table correct.

    Need it to be easy to update monthly and 'recreate' graphs amongst other data & outputs

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Data Entry - 4 variables how to handle neatly

    Can you make up some dummy data (realistic) in and Excel file so that we know what is being dealt with? Right now, guessing is all that can be done.

  6. #6
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    This is the point ... I have the data (on paper) ... I am looking for the best way to put it into Excel

    It consists for each user:
    User name
    Hrs per week
    task name

    For some users there are several tasks for others just a single task.

  7. #7
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Data Entry - 4 variables how to handle neatly

    Enter some of what you have on paper into Excel like you have it on paper after removing any data that is sensitive. If we can see what you have then maybe we can come up with a plan for you.

  8. #8
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    Ok

    I have created something for you based on how I would approach this.

    Have a look at the attached file.

    I have attached two staff sheets I would have one per staff member.

    Selecting the summary sheet will run a sheet specific macro which in turn will run a summary macro that will summarise the data on the staff sheets into the summary sheet.

    Give it a try.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    This is certainly beyond my capabilities with Excel ... but I understand your approach.

    Couple of questions ....

    # I don't need Hrs per day ... no need for that level of granularity just Hrs per week, so would input Hrs for week number
    # Is the Project ID something the macro requires or just another variable you used ?
    It could be useful to be able to group projects under team managers for reports, if I added manager as one of the fields.
    # Is it easy to add worksheets then for each staff member .. or does the macro of summary sheet need adjusting ?

    Clever stuff :-)
    Last edited by sargan; 04-11-2015 at 12:18 PM.

  10. #10
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    Hours per week is easy to accommodate but I would need your week number to date conversion
    Project ID is optional, replace that with team leader, I'll modify the summary macro to sort by team leader.
    You can have as many staff members as you want. I will insert a Master Sheet For You. If you type a first and last name a new sheet will be created for you.

  11. #11
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    This sounds great ... I attach what I use for standard dates.

    dates.xlsx

  12. #12
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    Hey I just had a thought

    Is a team leader attached to a project or to a staff member?

  13. #13
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    Actually it would be a work area ... all projects are assigned staff ... and all of these staff roll up into one of 3 functional areas.
    They may report 'direct' to functional area Director, or to one of the managers.
    So All I need is ability to add a field to the 'persons' tab that includes 'Department (or area)' and that is enough ... ... would just allow flexibility in reports to show effort per area.

  14. #14
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    So a Project could have staff assigned from three departments

    And you would need to report by department right

    So
    Project A Sales
    Project A Operations
    Project A Maintenance

    Is this correct.

  15. #15
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    Project 'a'could have resource name1, name2 etc
    And they could all be from 1 area or from sepeate areas .. (there are 3)

  16. #16
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    Ok

    I Have Created three macros for you

    go to the Data Sheet and click on Create New Staff and three new sheets will be created

    go to those sheets and enter hours

    then go to the data sheet and click on summarise to create your table

    click on Create new month to create a new workbook for another month.

    Enjoy.
    Attached Files Attached Files

  17. #17
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    Hi ... been trying this out - and its pretty clever stuff.

    First off let me check sequence ...
    Open File ... run 'create month'macro eg 3 (Mar)
    then on the new file enter individual names, and select department from drop down (Column C) .... if I want to add any more departments add them to column D ?
    run 'create missing staff' macro, and it will create a tab for each
    Go to 'projects tab' and add in any project names.
    Go to each 'individuals tab' and add in Hrs against project from drop down menu - Column A

    Once done ... run 'summarise' macro ... data is then in the summary tab

    Save file .... (i.e. saved as March)

    Q1 # For the next month would I then open March and the create new month from that so it 'inherits' individual names & projects already in the Feb file ?

    Q2 # on the data tab there are entries in K4 through to P4 ? .... what are these for ?

    Q3 # as I want to put data in for 12 months ... this would mean 12 sets of files .. (i.e 10 summaries), this would seem to be awkward to then importing the data into charting tool by working across 12 separate files.
    Is there a way to neatly end up with one summary file ? ...

    On this last point I am expecting to produce 3 or 4 ppt slides of graphical data views ... and an XL file for back up ... the idea being if someone wants to know for example "why is the total time for week 23 so high?" .. you could open the XL file and see at a glance all entries for wk 23 .. having multiple file makes it a bit clunky ....... I guess as its done on monthly basis you just need to open the file for that month ... but is is still 12 separate files.
    Suggestions welcome

  18. #18
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    Strange, I posted my solution to this yesterday.

    It looks like the server lost my post.
    Attached Files Attached Files

  19. #19
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    Ahh It has just appeared.

    Hi ... been trying this out - and its pretty clever stuff.

    1. Open File ... run 'create month'macro eg 3 (Mar)
    then on the new file enter individual names, and select department from drop down (Column C) ....
    if I want to add any more departments add them to column D ?

    Not an option with this version. Might be easy to modify. Let me look at that.

    You should update your projects list first then run the create tab but it probably works either way
    run 'create missing staff' macro, and it will create a tab for each
    Go to 'projects tab' and add in any project names.
    Go to each 'individuals tab' and add in Hrs against project from drop down menu - Column A

    Once done ... run 'summarise' macro ... data is then in the summary tab

    Save file .... (i.e. saved as March)

    Q1 # For the next month would I then open March and the create new month from that so it 'inherits' individual names & projects already in the Feb file ?
    Correct

    Q2 # on the data tab there are entries in K4 through to P4 ? .... what are these for ?
    That was my rough working area. Delete that.

    Q3 # as I want to put data in for 12 months ... this would mean 12 sets of files .. (i.e 10 summaries), this would seem to be awkward to then importing the data into charting tool by working across 12 separate files.
    Is there a way to neatly end up with one summary file ?
    No Reason Why You Could not have a Yearly Summary Workbook.
    I would save that workbook into the Same folder as the monthly summary sheets,
    Opening the workbook would create the yearly summary.


    On this last point I am expecting to produce 3 or 4 ppt slides of graphical data views ... and an XL file for back up ... the idea being if someone wants to know for example "why is the total time for week 23 so high?" .. you could open the XL file and see at a glance all entries for wk 23 .. having multiple file makes it a bit clunky ....... I guess as its done on monthly basis you just need to open the file for that month ... but is is still 12 separate files.
    Suggestions welcome
    There is no reason why you could not have the yearly data in one workbook. and summarise one month at a time.

  20. #20
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    I'll look at that new version in morning ... only have my phone now.
    Thinking this over ... the macro forms idea would be good for monthly going fwd
    However for initial data if would mean going through a lot of forms to get the initial dsta entered.
    I have on paper the weekly figures for all individuals for the year.
    It would be a lot easier to enter all of this of one sheet - or perhaps one workbook .
    .maybe a master Tab for all names & projects then a tab per person for all of the data for the year ??
    Thoughts?

  21. #21
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    I need to find a simple way to gather the data ... the other discussion may be great for future admin updates ... but initially I have estimates for 52 weeks of effort for the various names against each project they are assigned to.

    I need to record
    # Individual name
    # group they belong to ( 3 options)
    # Task name
    # Hrs per week against each project

    So taking your table above ...

    Joe could have 3 Hrs against Task 5 and 6 Hrs against task 9
    So it needs flexibility to select more than one Task and record more than one time .......

    As you say ... I need it as simple as possible, for the bulk move from paper to XL

    Any help appreciated

  22. #22
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    If you followed my description above ... to allow quick entry for all yrs worth of Hrs for the names ...
    thought about how best to do it ..

    I have come up with the attached book.
    Tab 1 "data" has the names and I defined these in Tab "Names" so that names have to be chosen form drop down list.
    I did same approach for tasks


    As most 'names' will have more than one task on any given week I can see there being a lot of entries in Column A.

    (welcome any neater way to do this)

    The Hrs would be a manual number entry.

    Couple of questions ...

    # If I need to add a name .. then I can easily add to 'Names tab' but I am only aware of then having to go to Formulas /name manager and having to update names 'cell range' is there an autmated way to do this ?

    # I would like to also auto populate Column B on data Tab ... so that when the name is chosen the correct Team is also populated
    .. what is easiest way to do that.

    # Need to show cumulative Hrs count for each week .. (red ?)
    and cumulative Hrs count for each Qtr
    and Cumulative Hrs for the yr for each team


    Welcome advice how to do this .... not sure if I should use Table function, and any ways to automate or make it simpler.
    Attached Files Attached Files

  23. #23
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Data Entry - 4 variables how to handle neatly

    Change your definition of names into a dynamic range.

    use this as your definition:-

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Similarly use this as your definition for tasks:-

    Please Login or Register  to view this content.
    And for Teams:-

    Please Login or Register  to view this content.


    To automate column B.

    Right click on the sheet at the bottom of excel and paste this code in the window that opens.
    close the window.

    Please Login or Register  to view this content.

    Cumalative hours per week.

    Paste this formula in J3 and fill down

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Cumalative hours for Q1

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Cumalative hours for Q2

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Cumalative hours for Q3

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Cumalative hours for Q1

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by mehmetcik; 04-14-2015 at 07:02 PM.

  24. #24
    Registered User
    Join Date
    04-10-2015
    Location
    UK
    MS-Off Ver
    Office 365 ProPlus
    Posts
    19

    Re: Data Entry - 4 variables how to handle neatly

    I'll try those tomorrow.


    In the attached file 'sample' have you applied all of the above ? ... in case I get things in a mess trying to redo what has been done.

    If you have thanks very much
    Last edited by sargan; 04-15-2015 at 03:17 AM.

+ 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. Creating a list for data entry based on variables (Assets)
    By Spicey_888 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-02-2014, 05:59 AM
  2. Creating a list for data entry based on variables (Assets)
    By Spicey_888 in forum Excel General
    Replies: 0
    Last Post: 07-02-2014, 12:25 AM
  3. Replies: 4
    Last Post: 02-01-2013, 12:00 PM
  4. Neatly present data from a multi-record file
    By Patrick Immel in forum Excel General
    Replies: 9
    Last Post: 01-18-2013, 05:02 PM
  5. Reference corresponding rows of info neatly?
    By mewingkitty in forum Excel General
    Replies: 2
    Last Post: 10-10-2008, 02:15 AM

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