I am trying to pull a time from a text field that will convert to a time value. It is in military time 24:00. The formula I am using is:
Time:timevalue(format([timefield],"@@\
@"
This catches everything except any time from 00 hours to 1:00 am (midnight to one o'clock in the morning). So if the time is :40 I am getting #Error, everything else converts fine.
How do I get the formula to catch the 00 hours to 1:00 am?
Thanks!
Time:timevalue(format([timefield],"@@\


This catches everything except any time from 00 hours to 1:00 am (midnight to one o'clock in the morning). So if the time is :40 I am getting #Error, everything else converts fine.
How do I get the formula to catch the 00 hours to 1:00 am?
Thanks!