Thread: Mid or Right
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Mid or Right

Try this...

=MID(A1,FIND("-",A1)+2,255)

--
Biff
Microsoft Excel MVP


"bg" wrote in message
...
Good Morning,
Is there a way to take data from the point in the cell that it contains
a -
(hyphen)
for example, the length can chg but it will always be 6 numbers and then a
hypen and then the part I want (ie . Sales order 1 etc..)

123456 - Sales order 1
234567 - Sales order 15