Z
ziak
Hi - I need help with an issue and it's best to give some background
information first....please read and bear with me!
I am addressing a compliance issue with time keeping. Each week, employees
in my company must submit timesheets before a cut off time on Friday. In
turn, their managers must approve them before a cut off time on Monday. If
they are not submitted and approved on time, the labor hours do not count in
our weekly numbers...and we get hell from HQ.
Due to an exceptionally high volume of "missing timesheets," we are
monitoring two things: employees who don't submit on time, and subsequently,
managers who don't approve on time.
Each week, I get a list each of the non-submitters and a separate list of
the non-approvers. Identifying the non-submitters is easy - it's those on
the non-submitter list. However, I need to distinguish between the managers
who were tardy in approving their timesheets from those who did not have
timesheets to approve (ie, their subodinates did not submit one on time).
Here is what the non-submitter report looks like:
A B C
Emp_ID As of_Date As of_Time
1 123456 05-01-07 5pm
2 456789 05-01-07 5pm
3 123456 05-08-07 5pm
Here is what the non-approver report looks like:
A B C D
Emp_ID As of_Date As of_Time Approver_ID
1 123456 05-01-07 5pm 987654
2 234567 05-01-07 5pm 987654
3 456789 05-01-07 5pm 987654
4 123456 05-08-07 5pm 987654
From this simplified case, I can tell that Manager 987654 was late in
approving timesheets for the first week since 234567 submitted on time (ie,
was not on the non-submitter list). For the second week, however, Manager
987654 did approve her timesheets on time, but Employee 123456 did not submit
on time. The manager should be penalized for three timesheets instead of
four.
I am sorry for making this into a "business case," but I had to explain the
issue...to top it off, I have a call to explain this at 2pm EST tomorrow.
I can do a VLOOKUP, but how to do it where it looks first for the date and
time, and then matches to the Emp IDs?
Any help or questions are GREATLY appreciated!
P.S. - I have a pivot table with the views that I want, and including any
other items in it would render it way too busy, and quite frankly, useless
for what I want to achieve.
information first....please read and bear with me!
I am addressing a compliance issue with time keeping. Each week, employees
in my company must submit timesheets before a cut off time on Friday. In
turn, their managers must approve them before a cut off time on Monday. If
they are not submitted and approved on time, the labor hours do not count in
our weekly numbers...and we get hell from HQ.
Due to an exceptionally high volume of "missing timesheets," we are
monitoring two things: employees who don't submit on time, and subsequently,
managers who don't approve on time.
Each week, I get a list each of the non-submitters and a separate list of
the non-approvers. Identifying the non-submitters is easy - it's those on
the non-submitter list. However, I need to distinguish between the managers
who were tardy in approving their timesheets from those who did not have
timesheets to approve (ie, their subodinates did not submit one on time).
Here is what the non-submitter report looks like:
A B C
Emp_ID As of_Date As of_Time
1 123456 05-01-07 5pm
2 456789 05-01-07 5pm
3 123456 05-08-07 5pm
Here is what the non-approver report looks like:
A B C D
Emp_ID As of_Date As of_Time Approver_ID
1 123456 05-01-07 5pm 987654
2 234567 05-01-07 5pm 987654
3 456789 05-01-07 5pm 987654
4 123456 05-08-07 5pm 987654
From this simplified case, I can tell that Manager 987654 was late in
approving timesheets for the first week since 234567 submitted on time (ie,
was not on the non-submitter list). For the second week, however, Manager
987654 did approve her timesheets on time, but Employee 123456 did not submit
on time. The manager should be penalized for three timesheets instead of
four.
I am sorry for making this into a "business case," but I had to explain the
issue...to top it off, I have a call to explain this at 2pm EST tomorrow.
I can do a VLOOKUP, but how to do it where it looks first for the date and
time, and then matches to the Emp IDs?
Any help or questions are GREATLY appreciated!
P.S. - I have a pivot table with the views that I want, and including any
other items in it would render it way too busy, and quite frankly, useless
for what I want to achieve.