I'm trying to find a way to find the percentage of job types a employee is doing. I want a function that if a "job type" is named then it would tell me how many times the employee did that job.
I.E. If the job type is "desk" then I want it to count it, if it isn't then I don't. I want it to give me the percentage of times a employee did that job. I would use the same function for other job types "file" "phone" and "runner" to find out how many times they did another job. But I also need a function for "other" not "desk" "phone" "runner" or "file"
Any help would be AMAZING.. I used to know how to do this but have forgot over the years.
Last edited by Ineedhelp1; 02-06-2012 at 08:30 PM. Reason: change title of thread
Doesn't seem to hard, but before we can proceed could you take a few minutes and read the forum rules about properly worded thread titles...
HTH
Regards, Jeff
If you like the answer(s) provided, why not add some reputation by clicking the * below
Please use [ Code ] tags when posting [ /Code ]
Please view/read the Forum rules --- How to mark a thread as solved
The COUNTIF() function seems like it would do what you want. To be certain, show us your data, and include a mockup of the results as you would need to see them.
Click GO ADVANCED and use the paperclip icon to post up a copy of your workbook.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
Here is my work. I want in the right for it to show me the percent of time Billy did each job.
Hi
I4: =SUMIF($E$3:$E$43,H4,$D$3:$D$43)*24/$I$2 Copy down to I7.
I8: =1-SUM(J4:J7)
HTH
rylo
Perfect! The "other" came up as 100% so I know that isn't right. (But I saw I just needed to change it to (I4:I7)) Also if I want to change the jobs in my sheet will the function still work? Not everyone has the same job categories. The one I gave as an example is an intern, so the real employees have different jobs. I don't want to put it into an important sheet till i know it will work! ;-)
Hi
Should work, as long as you adjust the relevant ranges to suit. It references the job in column H, so if you change the job there, as well as in the data, thing will work. Of course if you have more (or less) jobs, then you will have to adjust the ranges.
rylo
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks