Hello, I'm trying to figure out how I might be able to extract a portion of string relative to the position of a delimiter or other character.
For example, I have a table of Events that are structured as follows:
##### | <Name of Event>.
I want to be able to use the vertical bar "|" character as the item to extract each chunk of information:
##### and <Name of Event> respectively.
Any help with the formula logic here would be appreciated!