Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike
 
Posts: n/a
Default Keeping track of Sickdays, Vacation days, and hours for each.

Here is my dilemma:

I have set up a workbook where each employee has a his/her own worksheet in
one workbook (about 26 worksheets). For each individual worksheet, I have
the day of the week, then beneath that I have a drop down list for either
"IN", "VAC", "SICK", or "PERS", then beneath that I have how many hours they
used for it.

For example:
John Smith
IN
8

Or:

Mary Jones
SICK .5
4
IN .5
4

For the second example, Mary was "sick" half of the day, and "in" the other
half.

Now my question:
On a seperate worksheet within the same workbook, I would like to keep a
running total (per employee) of how many hours were spent SICK, IN, VAC,
PERS, or FLOAT for each week.

Ideally, it would look like this:
John Smith
VAC 16
IN 8
PERS .5 4
SICK .5 4
PERS 8

So, that would be a total of 40 hours. Kind of like a table format, if you
can picture that.

How can I set it up so that excel knows to "look" directly beneath the word
"IN" or "VAC" on the employee's individual worksheet, and be able to add ONLY
the INs together, ONLY the VACs together, and so on and total them on the
seperate worksheet I mentioned above.

Someone PLEASE give me some guidance.

Thank you so much,

Mike
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike
 
Posts: n/a
Default Keeping track of Sickdays, Vacation days, and hours for each.

No one knows how to do this?

"Mike" wrote:

Here is my dilemma:

I have set up a workbook where each employee has a his/her own worksheet in
one workbook (about 26 worksheets). For each individual worksheet, I have
the day of the week, then beneath that I have a drop down list for either
"IN", "VAC", "SICK", or "PERS", then beneath that I have how many hours they
used for it.

For example:
John Smith
IN
8

Or:

Mary Jones
SICK .5
4
IN .5
4

For the second example, Mary was "sick" half of the day, and "in" the other
half.

Now my question:
On a seperate worksheet within the same workbook, I would like to keep a
running total (per employee) of how many hours were spent SICK, IN, VAC,
PERS, or FLOAT for each week.

Ideally, it would look like this:
John Smith
VAC 16
IN 8
PERS .5 4
SICK .5 4
PERS 8

So, that would be a total of 40 hours. Kind of like a table format, if you
can picture that.

How can I set it up so that excel knows to "look" directly beneath the word
"IN" or "VAC" on the employee's individual worksheet, and be able to add ONLY
the INs together, ONLY the VACs together, and so on and total them on the
seperate worksheet I mentioned above.

Someone PLEASE give me some guidance.

Thank you so much,

Mike

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
StephanieH
 
Posts: n/a
Default Keeping track of Sickdays, Vacation days, and hours for each.

Try the SumIF function. I have my time off type in row 2, the number of
hours in row 3.
=SUMIF($B2:$AF2,"PTO",$B3:$AF3)
You'll need to adjust it to fit your needs.

"Mike" wrote:

No one knows how to do this?

"Mike" wrote:

Here is my dilemma:

I have set up a workbook where each employee has a his/her own worksheet in
one workbook (about 26 worksheets). For each individual worksheet, I have
the day of the week, then beneath that I have a drop down list for either
"IN", "VAC", "SICK", or "PERS", then beneath that I have how many hours they
used for it.

For example:
John Smith
IN
8

Or:

Mary Jones
SICK .5
4
IN .5
4

For the second example, Mary was "sick" half of the day, and "in" the other
half.

Now my question:
On a seperate worksheet within the same workbook, I would like to keep a
running total (per employee) of how many hours were spent SICK, IN, VAC,
PERS, or FLOAT for each week.

Ideally, it would look like this:
John Smith
VAC 16
IN 8
PERS .5 4
SICK .5 4
PERS 8

So, that would be a total of 40 hours. Kind of like a table format, if you
can picture that.

How can I set it up so that excel knows to "look" directly beneath the word
"IN" or "VAC" on the employee's individual worksheet, and be able to add ONLY
the INs together, ONLY the VACs together, and so on and total them on the
seperate worksheet I mentioned above.

Someone PLEASE give me some guidance.

Thank you so much,

Mike

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
Vacation accrual based on hours worked - Excel 2003 CCB AA Excel Worksheet Functions 1 December 20th 05 08:39 PM
Problem converting Hours to Days, Hours, Minutes Zyzzx Excel Worksheet Functions 4 October 24th 05 04:19 PM
How do I calculate the week day hours between 2 days Mickey Excel Discussion (Misc queries) 1 October 6th 05 12:29 AM
Sumproduct help needed! Trying to excel in life but need help Excel Worksheet Functions 5 January 21st 05 09:07 PM
Help! I am stuck calculating Days, Hours, Mins please help OB1 Excel Worksheet Functions 3 November 15th 04 05:17 PM


All times are GMT +1. The time now is 09:41 AM.

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

About Us

"It's about Microsoft Excel"