This function below gives you the ability to split a string and return a value from it's split array.
You can use it like this....
hello, billy | =SplitString(A2, ",", 1) |
Which will return " billy"
Really, to make it a little more robust you may want to check the length of the array created from the split and make sure that the array value you are trying to get is available given the length.
0 comments:
Post a Comment