ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   running clock in a cell A1 (https://www.excelbanter.com/excel-worksheet-functions/205888-running-clock-cell-a1.html)

Ted

running clock in a cell A1
 
I have a employee time sheet and let employees punch in/out by pressing
Ctrl+Shift+;. This works fine but occasionally they punch in wrong time by
manually typing in/out. Now I am unsing =NOW() with data validation. Only
down side is employees have to press F9 to get a current time. Is there any
function that will re-calcualte automatically. I am very new to excel 2007.
I am not familiar with creating a macro. Please help. Thanks.

Reitanos

running clock in a cell A1
 
This could be a very simple with a macro.
Here's a one line macro that puts in the date/time but doesn't use a
formula (assuming that you know which cell it is going into):

Sub TimeNow()
Range("B10") = now()
End Sub

You could also add a button (from Insert ribbon) that they could click
to run the macro.

On Oct 10, 2:16*pm, Ted wrote:
I have a employee time sheet and let employees punch in/out by pressing
Ctrl+Shift+;. *This works fine but occasionally they punch in wrong time by
manually typing in/out. *Now I am unsing =NOW() with data validation. Only
down side is employees have to press F9 to get a current time. *Is there any
function that will re-calcualte automatically. *I am very new to excel 2007.
I am not familiar with creating a macro. Please help. Thanks.



MartinW[_2_]

running clock in a cell A1
 
Hi Ted,

Take a look here,
http://www.mcgimpsey.com/excel/timestamp.html

HTH
Martin


"Ted" wrote in message
...
I have a employee time sheet and let employees punch in/out by pressing
Ctrl+Shift+;. This works fine but occasionally they punch in wrong time
by
manually typing in/out. Now I am unsing =NOW() with data validation. Only
down side is employees have to press F9 to get a current time. Is there
any
function that will re-calcualte automatically. I am very new to excel
2007.
I am not familiar with creating a macro. Please help. Thanks.





All times are GMT +1. The time now is 08:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com