View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Vacuum Sealed[_2_] Vacuum Sealed[_2_] is offline
external usenet poster
 
Posts: 87
Default Data Validation when entering hours over 24

Absolutely

Setup up Data Validation Dropdown List

Make your list in increments of 15 min blocks which helps with continuity.

00:00 = (Midnight)
00:15
00:30
00:45
01:00

Down to

23:45 = 15 (minute to midnight)

etc........

This way users can only select what you want them to....

HTH
Mick