Hello.
I am trying to separate the time from the end of a string including the date as follows:
08/11/05 08:25:26 I use =RIGHT(A10,LEN(A10)-FIND(" ",A10))
This does not work but if I change the time to 08.25 it does work.
Changing the format of the cell does not work either. The only way it works is if I go to the cell and manually change the : symbol for a . symbol.
I have a lot to do and this would be a massive task.
HELP PLEASE.
Lee
I am trying to separate the time from the end of a string including the date as follows:
08/11/05 08:25:26 I use =RIGHT(A10,LEN(A10)-FIND(" ",A10))
This does not work but if I change the time to 08.25 it does work.
Changing the format of the cell does not work either. The only way it works is if I go to the cell and manually change the : symbol for a . symbol.
I have a lot to do and this would be a massive task.
HELP PLEASE.
Lee