My smartsheet is autopopulated by a form in which a submitted can enter "referred by". If a full name is entered, I want to separate the last name and first name to other columns so I can group by last name. I have the formula =MID([REFERRED BY]@row, FIND(" ", [REFERRED BY]@row), 20) to pull out the last name. If there was no referral and this cell is blank, this formula returns #INVALID VALUE. Instead, how can I have it auto enter "General" when the cell is blank?
Thanks for your help.