One of my coworkers has a worksheet that captures data every hour of every day. He needs to summarize the data for each day.
I’m attaching a sample of the spreadsheet since I’m not very good at explaining this. The yellow highlighted part is what he wants the finished product to look like (on a separate worksheet).
He said he wants a macro he can run to create the summary sheet.
I don’t know enough VBA to write a macro, so I have to rely on turning on the recorder. And, then I don’t know how to get it to loop through and continue until the end of the data range. He collects the data in 100 day blocks.
Can someone help me with this please?