+ Reply to Thread
Results 1 to 17 of 17

Need to itemize labor

  1. #1
    Registered User
    Join Date
    12-28-2018
    Location
    Grace, ID
    MS-Off Ver
    14.7.7
    Posts
    6

    Need to itemize labor

    Hello all- I am a lowly farmer trying to feed you all, and my excel skills are limited so be patient with me. My profession is composed of varying enterprises. Namely Potatoes, Grains, Forages, and Cattle. I created a table to more closely track the labor tied to each enterprise, and did a simple count function to add up all the days applied to each enterprise. I have them coded as P,G,F,C. At the end of each day I simply go down my list of employees and assign them a code pertaining to what the individual did for that day. My hangup is when someone for example works partly in potatoes, and then cattle on the same day. The code would need to be PC in this case, but I cannot differentiate between the time spent doing each job by the worker. Is there a way to do it? Help!!

  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: Need to itemize labor

    Hi and welcome to the forum.

    Are you saying that you can't record the time spent by each worker on each job because you don't know, or are you simply saying that you have it recorded but don't know how to report it?

    If you can upload the wrkbook you have now that would be useful.
    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
    12-28-2018
    Location
    Grace, ID
    MS-Off Ver
    14.7.7
    Posts
    6

    Re: Need to itemize labor

    I can build a quick example of what I want to do....but where do I upload?

  4. #4
    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: Need to itemize labor

    I've seen some references to users with a low post count not being able to upload until they'd reached a certain number. Must admit I wasn;t aware of that so need to check. However try clicking the Go Advanced button at the bottom rightb of a poset then immeditely under the posting window pick Manage attachments and take it from there.

  5. #5
    Registered User
    Join Date
    12-28-2018
    Location
    Oregon, USA
    MS-Off Ver
    2017
    Posts
    13

    Re: Need to itemize labor

    My only thoughts on this would be if you could create an additional cells with the part days, such as (PG, PF, PC, GF, GC, FC) and then if necessary, even create a 3 part variable too with PGF, PGC, etc.

    If that isn't what you're referring to, and you are needing to track actual hours, then I recommend the =sum(B1:B4) with A1:A4 being your categories. This way you could put "6" on P and 6 on C and then total it at the bottom for that employee.

    Emp 1 Emp 2 Emp 3
    P 4
    G
    F
    C 4
    =sum(B2:B6) =sum(C2:C6) =sum(C2:C6)
    Hours Hours Hours

  6. #6
    Registered User
    Join Date
    12-28-2018
    Location
    Oregon, USA
    MS-Off Ver
    2017
    Posts
    13

    Re: Need to itemize labor

    Quote Originally Posted by Richard Buttrey View Post
    I've seen some references to users with a low post count not being able to upload until they'd reached a certain number. Must admit I wasn;t aware of that so need to check. However try clicking the Go Advanced button at the bottom rightb of a poset then immeditely under the posting window pick Manage attachments and take it from there.
    This may be my problem too Richard. Do you know what the threshold is for posts? I dont think a file was uploaded for me on my own post.

  7. #7
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Need to itemize labor

    Hi,

    Edit your OP, or enter a new Reply, Lower right corner, "Go Advanced", scroll down, "Manage attachments", browse for your file to be uploaded, "upload", close the Manage attachments window, submit.

  8. #8
    Registered User
    Join Date
    12-28-2018
    Location
    Oregon, USA
    MS-Off Ver
    2017
    Posts
    13

    Re: Need to itemize labor

    Thanks Jtakw, I figured out why on my post it wasn't working. didnt see the "upload" button under the URL choice

  9. #9
    Registered User
    Join Date
    12-28-2018
    Location
    Grace, ID
    MS-Off Ver
    14.7.7
    Posts
    6
    It’s on the Dec 18 tab
    Attached Files Attached Files

  10. #10
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Need to itemize labor

    =COUNTIF($B5:$I5,"*"&"P"&"*")

    Try this formula
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  11. #11
    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: Need to itemize labor

    Your original request was looking to distinguish between say P & C when recorded as the string PC.

    Is that still a requirement or are you accepting the analysis will be based on the first character in a two character string?

  12. #12
    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: Need to itemize labor

    For Will on 23 December you also have recorded "M" which doesn't match any of your enterprises. Was that a typo or is this an 8th enterprise?

  13. #13
    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: Need to itemize labor

    I can't help thinking that collecting the data in a normalised table of data and using a Pivot Table to analyse it is simpler and more efficient

    On the Attached I've added a Data sheet. Enter new records in the 3 cells on row 3, two are drop downs for you to pick a name and entreprise then click the button to add to the database.

    When you go to the Pivot Table sheet it will automatically refresh with the new data. Use the Slicers to filter as necessary.

    Note it doesn't deal with the combined enterprise split mentioned in my earlier posts.
    Attached Files Attached Files

  14. #14
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Need to itemize labor

    This is my interpretation of the question.
    Attached Files Attached Files

  15. #15
    Registered User
    Join Date
    12-28-2018
    Location
    Oregon, USA
    MS-Off Ver
    2017
    Posts
    13

    Re: Need to itemize labor

    Quote Originally Posted by Richard Buttrey View Post
    I can't help thinking that collecting the data in a normalised table of data and using a Pivot Table to analyse it is simpler and more efficient

    On the Attached I've added a Data sheet. Enter new records in the 3 cells on row 3, two are drop downs for you to pick a name and entreprise then click the button to add to the database.

    When you go to the Pivot Table sheet it will automatically refresh with the new data. Use the Slicers to filter as necessary.

    Note it doesn't deal with the combined enterprise split mentioned in my earlier posts.
    That looks really good Richard. I can see the answer being rooted in the VBA, but is there a non-coding answer to this? how do you employ the pivot chart without the code?

  16. #16
    Registered User
    Join Date
    12-28-2018
    Location
    Oregon, USA
    MS-Off Ver
    2017
    Posts
    13

    Re: Need to itemize labor

    Here is my interpretation without the VBA coding. I imagine you have a much larger spreadsheet to work out of and it could potentially be undaunting trying to decipher the answers. please let me know if i can explain anything of what i created
    Attached Files Attached Files

  17. #17
    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: Need to itemize labor

    Quote Originally Posted by Sean M. View Post
    That looks really good Richard. I can see the answer being rooted in the VBA, but is there a non-coding answer to this? how do you employ the pivot chart without the code?
    The code only adds the data input row to the database. I put it in to make it easier to enter data.

    There is nothing to stop you adding data to the table manually. You can delete the code that adds the record to the database if you wish.

    The only other code is a single line which refreshes the pivot table automatically. Delete this too if you wish - the pnly downside is that you'll need to manually refresh the PT by right clicking it and clicking refresh.

+ 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. Time and Labor Calculation help Please...
    By tekkie4 in forum Excel General
    Replies: 4
    Last Post: 01-02-2013, 03:02 PM
  2. Itemize Product based on quantity into Multiple Rows
    By sostenes in forum Excel General
    Replies: 2
    Last Post: 12-05-2012, 08:52 PM
  3. Itemize Product base on quantity into Multiple Rows
    By sostenes in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-05-2012, 05:34 PM
  4. Replies: 3
    Last Post: 10-02-2012, 03:30 PM
  5. Labor and Cost
    By rtfreema in forum Excel General
    Replies: 3
    Last Post: 09-22-2011, 08:16 AM
  6. Labor day formula
    By Richard in forum Excel General
    Replies: 3
    Last Post: 07-12-2006, 08:45 AM
  7. [SOLVED] Labor Rate %
    By Myrna in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-27-2005, 10:00 PM
  8. [SOLVED] VBA code to itemize range names and associations?
    By Larry A in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 07-02-2005, 08:05 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