For the middle use:
=MID(A1,FIND("-",A1,1)+1,FIND("-",SUBSTITUTE(A1,"-","/",1),1)-FIND("-",A1,1)-1)
For the right use:
=RIGHT(A1,LEN(A1)-FIND("/",SUBSTITUTE(A1,"-","/",2),1))
HTH
> This really helped me too,thanks, another question though, what if i
> had 2 hyphens and needed the middle too?
[quoted text clipped - 24 lines]
> > > have the original column just read FA282A. Since the word is hyphenated I
> > > have been unable to find the appropriate formula. Can anyone help me?
FurRelKT - 26 Jun 2006 13:21 GMT
Toppers, thanks so much! It worked perfectly.
K~
> For the middle use:
>
[quoted text clipped - 34 lines]
> > > > have the original column just read FA282A. Since the word is hyphenated I
> > > > have been unable to find the appropriate formula. Can anyone help me?