Hi Sammael,
That suggests your PC's regional settings are configured to use ';' where I've used ','. Try:
=TIMEVALUE(RIGHT(A1;LEN(A1)-FIND(":";A1)))
or, if you also have different days for some of the times:
=TIMEVALUE(RIGHT(A1;LEN(A1)-FIND(":";A1)))+LEFT(A1;FIND(":";A1)-1)
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|