View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default SD03*10 -how do I just get the numbers at the end in cell after *

=RIGHT(A2,LEN(A2)-FIND("*",A2))
--
David Biddulph


"Helen Maguire" <Helen wrote in message
...
,I have SD03*10 in a cell and I want in a separate cell, just to have the
numbers after the *. Obviously with lots of data, the digits after the *
could be 1 to many characters so I cannot use the Left function.

Any help would be greatly appreciated so I don't waste any more time!