I am working on a tracking sheet that isn't overly complicated, but my lack of manpower forces me to try and automate it as much as possible (that and automating things is just way more fun!)
Due to corporate rules, I am forced to use a specified report and a specified tracking dashboard. I realize there may be an easier or more attractive way, but that is out of my hands. You can see where I got started playing around, but the format is basically locked in.
I have two files in the link below. One represents a timecard report (source), and the other represents the dashboard (destination). My task is to collect the hours used by employee on a given day and display the time used on the dashboard on a daily basis (This isn't too far from taking a vertical list and transposing it to a horizontal list).
Rules:
The report will not always display every day of the month...only the days applicable to the timecode used. The dashboard does display everyday and if there is not a value to display, I need the cell to stay blank, otherwise I want it to display the hours used.
With the report (source) being disposable, I intend to use the results in a copy and paste values manipulation to keep the historical data as opposed to errors popping up later after the report is deleted. By the way, although this is not the goal of the post, if anyone has any idea how to make that part easier.... I am all ears.
https://drive.google.com/folderview...E3MUZON3ZlLTVTU1Rzc2hrZC1Bb1NEckU&usp=sharing
PS: one of these days I hope to add a column at the end that utilizes a 12 month rolling sum with an output of hours used using the sum & today() functions.
Due to corporate rules, I am forced to use a specified report and a specified tracking dashboard. I realize there may be an easier or more attractive way, but that is out of my hands. You can see where I got started playing around, but the format is basically locked in.
I have two files in the link below. One represents a timecard report (source), and the other represents the dashboard (destination). My task is to collect the hours used by employee on a given day and display the time used on the dashboard on a daily basis (This isn't too far from taking a vertical list and transposing it to a horizontal list).
Rules:
The report will not always display every day of the month...only the days applicable to the timecode used. The dashboard does display everyday and if there is not a value to display, I need the cell to stay blank, otherwise I want it to display the hours used.
With the report (source) being disposable, I intend to use the results in a copy and paste values manipulation to keep the historical data as opposed to errors popping up later after the report is deleted. By the way, although this is not the goal of the post, if anyone has any idea how to make that part easier.... I am all ears.
https://drive.google.com/folderview...E3MUZON3ZlLTVTU1Rzc2hrZC1Bb1NEckU&usp=sharing
PS: one of these days I hope to add a column at the end that utilizes a 12 month rolling sum with an output of hours used using the sum & today() functions.