Trying to think out loud... need your ideas please
Hello again all, I'm looking for ideas on how this could be implemented but am drawing a blank.
Here's the scenario, I have a timesheet calculating the start-date, out-to-lunch, back-from-lunch, end-of-day
Allow me to explain what I'm trying to do:
columns L10 - L25 contain the following formula:
Which in turn, displays 8:00 hours worked for each day from L10 - L25
I also have drop-down menus for each day in case an employee want to assign that day for whatever the drop-down reads. Notice that L11 has been assigned "sick leave" (this is reflected at the bottom on L30
Here's my problem: I'm being told that employees could allocate hours to sick, lwop or vacation. (as in this example)
What I'm thinking is I need some radio buttons that when clicked, it would display the remaining time from a day and a description to either vacation, sick or LWOP...
Hello again all, I'm looking for ideas on how this could be implemented but am drawing a blank.
Here's the scenario, I have a timesheet calculating the start-date, out-to-lunch, back-from-lunch, end-of-day
Allow me to explain what I'm trying to do:
columns L10 - L25 contain the following formula:
Code:
=IF(I10<H10,I10+1-H10,I10-H10)+IF(K10<J10,K10+1-K10,K10-J10)
I also have drop-down menus for each day in case an employee want to assign that day for whatever the drop-down reads. Notice that L11 has been assigned "sick leave" (this is reflected at the bottom on L30
Here's my problem: I'm being told that employees could allocate hours to sick, lwop or vacation. (as in this example)
What I'm thinking is I need some radio buttons that when clicked, it would display the remaining time from a day and a description to either vacation, sick or LWOP...