Hello,
Please how can I split these strings with a common delimiter, the common Delimiter is "-", So I have difficulty in splitting it using Left, Right, Search functions because in some cases like B4 and B6 the delimiter appears twice leaving. so for case of B6 it will split it at the first "-" instead of the Second. Is there a way to go about it.
Note: the only thing that is common again is that there is are always three uppercase string before the "-". but my version does not support Regex.
Kindly help me out
Please how can I split these strings with a common delimiter, the common Delimiter is "-", So I have difficulty in splitting it using Left, Right, Search functions because in some cases like B4 and B6 the delimiter appears twice leaving. so for case of B6 it will split it at the first "-" instead of the Second. Is there a way to go about it.
Note: the only thing that is common again is that there is are always three uppercase string before the "-". but my version does not support Regex.
Kindly help me out