View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Excel 2007 backwards compatibility - nesting functions


The problem was that a user may enter
something that isn't recognized by Excel as a time - for example,
"10am".


You could use Data Validation, and require time entry, with a message
explaining what a valid entry looks like.

Bernie