Hi,
I have a column of text fields and I'd like to extract the text in each cell based on 2 conditions. I need to extract the text that comes after the very first dahs (-) AND before the colon (:). For example I have the following string:
MT202I-ACB: /BNF/
And I only want to extract "ACB"...