P
PC
Help!
I have managed to separate the UK postal code:
AA1 0XX
into
AA1
using the find function but I want to isolate it to:
AA
and
1
I can't tell it to do the first two characters from the third as I
would also need to separate:
B91
to
B
and
91
So i need trim according to whether it is a letter or a number and
isolate the letters into a sep cell from the numbers. I don't think it
can be done...
Anybody got any ideas?
Thanks for your help!
PC
I have managed to separate the UK postal code:
AA1 0XX
into
AA1
using the find function but I want to isolate it to:
AA
and
1
I can't tell it to do the first two characters from the third as I
would also need to separate:
B91
to
B
and
91
So i need trim according to whether it is a letter or a number and
isolate the letters into a sep cell from the numbers. I don't think it
can be done...
Anybody got any ideas?
Thanks for your help!
PC