When I use this formula it returns Cast. I might mention also that there
would usually be a number in front of the street address (e.g. 125 Castleton
Parkway Blvd--in such a case I would want the result of the formula to be
125 Castleton Parkway).
Just a minor modification of Dave's formula:
=MID(A1,1,FIND(CHAR(1),SUBSTITUTE(A1,"
",CHAR(1),LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))-1)
HTH
Kostis Vezerides
> When I use this formula it returns Cast. I might mention also that there
> would usually be a number in front of the street address (e.g. 125 Castleton
[quoted text clipped - 12 lines]
> >>
> >> TIA
Dave Peterson - 30 Nov 2006 21:56 GMT
Thanks for the correction...
And just because of the unfortunate line wrap:
=MID(A1,1,FIND(CHAR(1),
SUBSTITUTE(A1," ",CHAR(1),LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))-1)
> Just a minor modification of Dave's formula:
>
[quoted text clipped - 24 lines]
> > >
> > > Dave Peterson

Signature
Dave Peterson