====== Microsoft Excel - Delete - Delete all text before the first instance ====== Remove all text before the first comma in Cell A1. =RIGHT(A1,LEN(A1)-FIND(",",A1))