Hi - I am trying to extract the back half of a text string. example: Linda Marie | LINDAM or Julie Smith Jones | JSJS. I want to bring back the LMGOVIN and the JSJS. Basically everything after the "|" (there are 2 spaces after the "|" if that matters.
I can get the item in front of the "|" with TRIM(LEFT(A1, FIND("|",A1)-2)),"") and tried variations to get the other half, but to no avail.
Anyway to get this to work?
I can get the item in front of the "|" with TRIM(LEFT(A1, FIND("|",A1)-2)),"") and tried variations to get the other half, but to no avail.
Anyway to get this to work?