View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_361_] mangesh_yadav[_361_] is offline
external usenet poster
 
Posts: 1
Default deleting characters


=IF(ISERR(LEFT(A1,FIND(" ",A1)-1)),A1,LEFT(A1,FIND(" ",A1)-1))

considering your test is in A1.

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=384473