View Single Post
  #6   Report Post  
gavin
 
Posts: n/a
Default

Thanks again, Peo.


"Peo Sjoblom" wrote in message
...
Yes a text function like MID can only retrun 255 characters, I believe

there
are some workarounds using substitute etc..

Regards,

Peo Sjoblom

"gavin" wrote:

Hi Peo,
That's perfect!!! I was messing around with MID and FIND but I didn't

quite
fit it all together. I know the "+1" determines the position of the

first
character but is "255" just the maximum number of characters that this
function allows?

Your help is much appreciated.


Regards,



Gavin



"Peo Sjoblom" wrote in message
...
Hopefully you meant that it starts in A1 with A4 Black and A2 has A4

Black+1
and so on, if so you can use a help formula and copy it down alongside

=MID(A1,FIND(" ",A1)+1,255)


Regards,

Peo Sjoblom

"gavin" wrote:

In A1 I have the following:


A4 Black
A4 Black+1
A4 1 colour
A4 2 colour
A4 4 colour
A3 Black
A3 Black+1
A3 1 colour
A3 2 colour
A3 4 colour


I want to strip the leading two characters and the first space away

leaving
me with:



Black
Black+1
1 colour
2 colour
4 colour
Black
Black+1
1 colour
2 colour
4 colour


I've been fiddling with this for a while but can't get it - I'd

appreciate
some help.


Regards,




Gavin