monicamarie
Board Regular
- Joined
- Sep 2, 2008
- Messages
- 72
- Office Version
- 365
I have a workbook that tracks time off for employees. There are 3 types of time off: V, P and NP. (Vacation, Personal and No Pay) The worksheet lists the days of the week across the top as column headers and the names are entered in Columns A (Last Name) and B (First Name) going down. Say an employee wants a list of all the days they took off for the year; I want to find a way to pull the data together in a separate worksheet so that it looks like the result below. I can't seem to find a solution to this but I know it must be possible. Any help would be greatly appreciated.
Sample section of worksheet
Say for example I want to give Melinda a list of days that she did not work. This is the desired result:
Sample section of worksheet
Last Name | First Name | PTO | Personal | No Pay | 1/1 | 1/2 | 1/3 | 1/4 | 1/5 |
Avery | Michelle | 0 | 0 | 0 | |||||
Brown | Alyssa | 0 | 0 | 0 | |||||
Chase | Linda | 0 | 0.5 | 0 | P (4) | ||||
Lett | Andrew | 0 | 0 | 0 | |||||
Marino | Daniel | 0 | 0 | 0 | |||||
Matthews | Ken | 0.5 | 0.5 | 0 | P(4)&V(4) | ||||
Michaelson | Melinda | 2 | 1 | 0 | V | V | NP | P | |
Smith | Mike | 1 | 0 | 1 | V | NP |
Say for example I want to give Melinda a list of days that she did not work. This is the desired result:
Date | Time Off Type |
1/2 | V |
1/3 | V |
1/4 | NP |
1/5 | P |