Hi again everyone,
My next requirement from the same data entry set is to make a weekly report on a new worksheet called Weekly Report. First couple of columns will be the same with Report code number and target time, the next 6 columns for the 6 days of the the week that ended e.g.: 04/04/2022 to 09/04/2022 (I think the start and end date will be static and will be manually input). Once the start and end dates are entered, 6 columns will updated from the respective month sheet using index and match.
Domenic was kind enough to help me earlier for capturing for a single day. As I told him, I understood the logic but am not sure on how to write the syntax to achieve the desired output. I am sharing his valuable answer to my query earlier which helped me on my Daily Dashboard worksheet. Maybe the same can be used with some additional parameters to achieve the result I am looking for.
=INDEX(INDIRECT("'"&$B$2 &"'!"&CELL("address",$B3)&":"&CELL("address",$AF3)),MATCH($B$1,INDIRECT("'"&$B$2&"'!$B$2:$AF$2"),))
Details I had given Domenic last month with which he gave me the above solution:
Worksheet Name: Daily Dashboard
B1=TODAY()
B2=TEXT((B1),"mmmm")
Worksheet name: March, April, May......
Range B3:AF3: Manual time Input cells from 1st to 31st March for Report 1.
Range B2:AF2: Locked Cells with dates from 01 to 31.
Hope the above requirement is clear. If not, please let me know and I will try to explain better.
Thanks
Best Regards
J
My next requirement from the same data entry set is to make a weekly report on a new worksheet called Weekly Report. First couple of columns will be the same with Report code number and target time, the next 6 columns for the 6 days of the the week that ended e.g.: 04/04/2022 to 09/04/2022 (I think the start and end date will be static and will be manually input). Once the start and end dates are entered, 6 columns will updated from the respective month sheet using index and match.
Domenic was kind enough to help me earlier for capturing for a single day. As I told him, I understood the logic but am not sure on how to write the syntax to achieve the desired output. I am sharing his valuable answer to my query earlier which helped me on my Daily Dashboard worksheet. Maybe the same can be used with some additional parameters to achieve the result I am looking for.
=INDEX(INDIRECT("'"&$B$2 &"'!"&CELL("address",$B3)&":"&CELL("address",$AF3)),MATCH($B$1,INDIRECT("'"&$B$2&"'!$B$2:$AF$2"),))
Details I had given Domenic last month with which he gave me the above solution:
Worksheet Name: Daily Dashboard
B1=TODAY()
B2=TEXT((B1),"mmmm")
Worksheet name: March, April, May......
Range B3:AF3: Manual time Input cells from 1st to 31st March for Report 1.
Range B2:AF2: Locked Cells with dates from 01 to 31.
Hope the above requirement is clear. If not, please let me know and I will try to explain better.
Thanks
Best Regards
J
Report Tracker.xlsm | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | |||
3 | DAY | Friday | Saturday | Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | |||
4 | CODE | TIME | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | ||
5 | D1-1 | 11:30 | WEEKEND | 13:00 | WEEKEND | |||||||||||||||
6 | D1-2 | 11:30 | 12:00 | |||||||||||||||||
7 | D1-21 | 11:30 | 11:00 | |||||||||||||||||
8 | D1-22 | 11:30 | 11:35 | |||||||||||||||||
9 | D1-3 | 11:30 | 12:01 | |||||||||||||||||
10 | D1-4 | 15:00 | ||||||||||||||||||
11 | D1-5 | 15:00 | ||||||||||||||||||
12 | D1-6 | 11:30 | ||||||||||||||||||
13 | D2-1 | 9:30 | ||||||||||||||||||
14 | D2-2 | 9:30 | ||||||||||||||||||
15 | D2-3 | 12:00 | ||||||||||||||||||
16 | D3-1 | 15:00 | ||||||||||||||||||
17 | W1-1 | |||||||||||||||||||
18 | W1-2 | 11:30 | ||||||||||||||||||
19 | W1-3 | 11:30 | ||||||||||||||||||
20 | W1-4 | 11:30 | ||||||||||||||||||
21 | W1-5 | 11:30 | ||||||||||||||||||
22 | W1-6 | 11:30 | ||||||||||||||||||
23 | W2-1 | |||||||||||||||||||
24 | W2-2 | 11:30 | ||||||||||||||||||
25 | W2-3 | 11:30 | ||||||||||||||||||
26 | W2-4 | 11:30 | ||||||||||||||||||
27 | W2-5 | 11:30 | ||||||||||||||||||
28 | W3-1 | |||||||||||||||||||
29 | W3-2 | 14:00 | ||||||||||||||||||
30 | W3-3 | 14:00 | ||||||||||||||||||
31 | U1-1 | |||||||||||||||||||
32 | U1-2 | |||||||||||||||||||
33 | U1-3 | 17:00 | ||||||||||||||||||
34 | U1-4 | 17:00 | ||||||||||||||||||
35 | U1-5 | 7:12 | ||||||||||||||||||
36 | U1-6 | |||||||||||||||||||
37 | U1-7 | |||||||||||||||||||
38 | U1-8 | |||||||||||||||||||
39 | U1-9 | |||||||||||||||||||
April |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C3:R3 | C3 | =TEXT(C4,"dddd") |