I don't understand this step.
Quote:
Originally Posted by hgvandel
...
Type in cel C1 =(Replace(B1;20;6;)*1 expl. (the twentieth character, 6 characters)
...
I might have used the "Mid", "Left", "Datevalue", and "Timevalue" functions to extract the text I want such as (assuming the data in cell A1)
B1=datevalue(left(a1,10)) with the format set to dd-mmm-yyyy for the date and
C1=timevalue(mid(a1,12,8)) with the format set to hh:mm:sec for the time.