View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Create clock in excel

you could format the cells to display the way you want
Custom format:
dd/mm/yy hh:mm

Combined with placing Data-Validation
of must enter a date greater than say, 1/1/2000?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"abadd0n" wrote:

Hi,

I have a shared sheet in office where my team members put in start and end
time of different activities performed by them on daily basis.

Now the problem is the time put by them is different for each individual. I
am looking for a validation where they have to follow same format across the
sheet.

dd/mm/yy HH:MM

Is it possible using validation? or any other way anyone can suggest?