Hi,
I still have a lot to learn in Smartsheet, but I have been using co-pilot to assist. However, I need help with this formula that I cannot get to work. My goal is to strip the site names off any special characters expect for the first four letters# and "offnet. I'll appreciate the any assistance that can be provided to get this to work. Thanks in advance!
=IF( CONTAINS("ABDC#", "" & [Site Name]@row), LEFT( "" & [Site Name]@row, IFERROR( MIN( FIND("F", "" & [Site Name]@row), FIND(" ", "" & [Site Name]@row), FIND("-", "" & [Site Name]@row) ) - 1, LEN("" & [Site Name]@row) ) ), TRIM(SUBSTITUTE("" & [Site Name]@row, "(OFFNET)", "")))