Enter the following text in cell A1: Are you going to Disneyland? Use the following function: =IF(ISERR(FIND(" ",A1)),A1,LEFT(A1,FIND(" ",A1)-1)) The result: Are