Problem: How to automatically document historical values without using the automation workflow.
I have a two-line graph of which one line (let's color it black) represents desired results within a date range. This date range ends in the future. The second line (let's color it red) represents actual results within the same date range. The graph shows how the actual results compared to the desired results for the date range. Until the last day of the date range arrives, the red line will only show values up to the current date while the black line shows values for the entire date range.
I have a sheet with three columns that is used to show the two-line graph.
- The first column labeled "Date" lists every day within the range. In this example, if the date starts August 1, 2024 and ends August 31, 2024, there would be 31 rows with the first row having August 1, 2024 and then the next row August 2, 2024 and so on until the last row would be August 31, 2024.
- The second column labeled "Desired Results" would have values entered from August 1, 20204 through August 31, 20204 (this represents the black line on the graph). These desired values are already identified and each row under this column has these values entered.
- The third column labeled "Actual Results" (this represents the red line on the graph) documents the actual value for that day.
While, I have a solution using automation workflow that copies a row to a sheet to keep track of the historical values, for a variety of reasons, I am looking for a solution that will automatically update the Actual Results column without having to manually enter the value on a daily basis and without using workflows.