Enter the following text in cell A1: c:\ExcelTip (our search criteria - delimiter will be the "\") Enter the following formula in cell A2: =IF(ISNUMBER(SEARCH("\",A1)),RIGHT(A1,LEN(A1)-SEARCH("\",A1)),A1)