G
Grayling
Hi. A2 contains text like this example
"YORK (12 Jun 2004) "
and I extract to a number of P cells the date part ("12
Jun 2004") using
=MID($A$2,FIND("(",$A$2)+1,FIND(")",$A$2)-FIND("(",$A$2)-
1)
The problem for me is that Excel doesn't recognise the P
cell text (that is, e.g. "12 Jun 2004") as a date, so I
can't reformat it into another date format and can't sort
data on the basis of it. Very grateful for any help with
this.
Grayling
"YORK (12 Jun 2004) "
and I extract to a number of P cells the date part ("12
Jun 2004") using
=MID($A$2,FIND("(",$A$2)+1,FIND(")",$A$2)-FIND("(",$A$2)-
1)
The problem for me is that Excel doesn't recognise the P
cell text (that is, e.g. "12 Jun 2004") as a date, so I
can't reformat it into another date format and can't sort
data on the basis of it. Very grateful for any help with
this.
Grayling