Value in a cell between two times

ca_author

New Member
Joined
Mar 7, 2019
Messages
1
I'm not an advanced excel user, and there is probably a very simple formula for this, but I am wondering if there's a way to record the value of a cell at a certain time.

I'm a writer and I track my word count progress (cell C11) for each hour of the day. Right now, I'm putting it in manually at the bottom of every hour, but if there's a way for excel to do it automatically at 5:59:59 AM, 6:59:59 AM etc, that would be great. I don't need to keep the data after the current day (I'd actually like it to only record the current day).

Any help you could give me would be much appreciated.

Thanks!
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Check out the

Application.OnTime Method

<tbody>
</tbody>

Schedules a procedure to be run at a specified time in the future (either at a specific time of day or after a specific amount of time has passed).

In the VBE Help Screen.
 
Upvote 0

Forum statistics

Threads
1,215,530
Messages
6,125,353
Members
449,220
Latest member
Edwin_SVRZ

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top