Split Column Based on Text
Good afternoon. I am attempting to split one column into three new columns and place a piece of the string from the original column into one of the three new columns based on the context of the text. I understand that text to columns would parse out the string based on some delimiter, however, this doesn’t quite get me where I need to be. I need a function that reads the text, checks for certai...
jay_holavarri