Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default is there a formula to count days someone worked?

I have two columns on my spreadsheet. One that has the employee number for
the jobs that were completed, and the other the day the job was completed. Is
there a way to automate the average of the completed work with the days
worked and the jobs completed? I want to calculate the average number of jobs
that are being completed by each employee over a month.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default is there a formula to count days someone worked?

Hi,

Maybe this,

=SUMPRODUCT((A1:A30=123)*(MONTH(B1:B30)=2))


Where 123 is the employee No and 2 (february) is the month you are looking for

Mike

"IJCVegas" wrote:

I have two columns on my spreadsheet. One that has the employee number for
the jobs that were completed, and the other the day the job was completed. Is
there a way to automate the average of the completed work with the days
worked and the jobs completed? I want to calculate the average number of jobs
that are being completed by each employee over a month.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default is there a formula to count days someone worked?

If you only have the complete date, how would you calculate the days worked,
when does a job start?

--
__________________________________
HTH

Bob

"IJCVegas" wrote in message
...
I have two columns on my spreadsheet. One that has the employee number for
the jobs that were completed, and the other the day the job was completed.
Is
there a way to automate the average of the completed work with the days
worked and the jobs completed? I want to calculate the average number of
jobs
that are being completed by each employee over a month.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default is there a formula to count days someone worked?

On Nov 5, 9:11*am, "Bob Phillips" wrote:
If you only have the complete date, how would you calculate the days worked,
when does a job start?


I would also consider using hours. If there are several jobs/month for
each employee, that suggests that "days worked" is not detailed enough.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
FORMULA, DAYS WORKED TO VACATION DAYS John5835 Excel Worksheet Functions 2 July 31st 08 09:28 PM
Calcaulate # of days worked richzip Excel Discussion (Misc queries) 2 March 6th 08 06:25 AM
Counting # of days worked Curtis Excel Worksheet Functions 8 November 18th 06 05:14 PM
How can I count amount of Days I worked per year on Excel ? AA On Windows Excel Worksheet Functions 2 September 27th 06 07:01 PM
Counting days worked anonymous person Excel Worksheet Functions 3 January 22nd 05 07:29 PM


All times are GMT +1. The time now is 02:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"