Hello,
I was able to find the below code for a custom function to read a cell and pull back the delimited value to a cell.
Function ExtractElement(str, n, sepChar)
' Returns the nth element from a string,
' using a specified separator character
Dim x As Variant
x = Split(str...