life_in_picture_format
New Member
- Joined
- Dec 8, 2021
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
I feel like I may be overthinking this but after hours and hours of testing different codes I am bringing it to y'all for some help.
What code can I use to select lets say Fake Guy 3 and have him start work at 5:45 AM. I want to select and enter a 1 in cell G16 in that instance
sorry not sure why my table posted all crunched up like that:
I want this to be triggered by selecting the start time from a drop down menu on a separate sheet and I want it to be able to adjust based upon the selection made in te drop down menu.
Thank you in advance
What code can I use to select lets say Fake Guy 3 and have him start work at 5:45 AM. I want to select and enter a 1 in cell G16 in that instance
daily wrk Schedule 5 min increments NEWMR EXCEL.xlsm | |||||||||
---|---|---|---|---|---|---|---|---|---|
D | E | F | G | H | I | J | |||
5 | 24 hour Time | FAKE GUY 1 | FAKE GUY 2 | FAKE GUY 3 | FAKE GUY 4 | FAKE GUY 5 | FAKE GUY 6 | ||
6 | |||||||||
7 | 5:00 AM | ||||||||
8 | 5:05 AM | ||||||||
9 | 5:10 AM | ||||||||
10 | 5:15 AM | ||||||||
11 | 5:20 AM | ||||||||
12 | 5:25 AM | ||||||||
13 | 5:30 AM | ||||||||
14 | 5:35 AM | ||||||||
15 | 5:40 AM | ||||||||
16 | 5:45 AM | ||||||||
17 | 5:50 AM | ||||||||
18 | 5:55 AM | ||||||||
Schedule |
sorry not sure why my table posted all crunched up like that:
I want this to be triggered by selecting the start time from a drop down menu on a separate sheet and I want it to be able to adjust based upon the selection made in te drop down menu.
daily wrk Schedule 5 min increments NEWMR EXCEL.xlsm | ||||
---|---|---|---|---|
B | C | |||
5 | Name | start | ||
6 | FAKE GUY 1 | |||
7 | FAKE GUY 2 | |||
8 | FAKE GUY 3 | 5:45 AM | ||
9 | FAKE GUY 4 | |||
10 | FAKE GUY 5 | |||
11 | FAKE GUY 6 | |||
12 | FAKE GUY 7 | |||
13 | FAKE GUY 8 | |||
Sheet1 |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
C6:C13 | List | =MondayShift |
Thank you in advance