View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T Miller T Miller is offline
external usenet poster
 
Posts: 15
Default seperate a value in a text string

Thank you sooooo much. I wasn't really sure how to put the functions
together to make it all work.
--
Thomas


"Carim" wrote:

Hi Thomas,

=IF(LEN(A1)=2,1,VALUE(MID(A1,LEN(A1)-4,2)))

should do the job ...

HTH
Cheers
Carim