Many Thanks for the replies

=LEFT(A1,1)&IF(ISERROR((--MID(A1,2,1)>0)),MID(A1,2,1),"")

this is the solution i opted for as it was the most straight forward and worked for my application.

Regards

Chris