I have an excel worksheet (Sheet 1) thats shows the amount of electricity used over an entire 8 hour shift. The electricity is monitored and updated every 1 min so Sheet 1 also refreshes every min (60 sec) to update to the new electricity usage. Sheet 1 refreshes entirely at the beginning of a new shift, starting with 0 data points and growing every min as the shift continues.
In Sheet 1, there is a box that displays the total electricity usage for the shift. For every shift, the value is shown in the same box (F3) . Because the sheet refreshes with every shift, I lose that information.
I want to create a macro to store and save the end-of-shift total electricity usage value (F3) in a new sheet (Sheet 2) and move down a row to store the value at the end of the next shift (also F3 but with a new shift value), and so on.....
I would also like to time stamp it with the end-of-shift time that can be found on another sheet. This time sheet is the control for how often Sheet 1 is refreshed.
In Sheet 1, there is a box that displays the total electricity usage for the shift. For every shift, the value is shown in the same box (F3) . Because the sheet refreshes with every shift, I lose that information.
I want to create a macro to store and save the end-of-shift total electricity usage value (F3) in a new sheet (Sheet 2) and move down a row to store the value at the end of the next shift (also F3 but with a new shift value), and so on.....
I would also like to time stamp it with the end-of-shift time that can be found on another sheet. This time sheet is the control for how often Sheet 1 is refreshed.