View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
kdsteff kdsteff is offline
external usenet poster
 
Posts: 3
Default Worker's breaks punch in/out verification

How can a time function be used to output the current time when an employee
enters the time in and out from breaks? This would be done using 2
worksheets so an employee wouldn't know. Is there a function like NOW() that
gives the current time without changing? =IF(A170,NOW(),"") I was just
trying to use a simple function.