I have a text string in column L. I have four sets of initials AW, TN, PW, NR which may be embedded in that string which I would like to exctract into column S.
I would like a formula solution to do this and have been playing around with variations of e.g.
which clearly doesn't work.
Any help appreciated as usual.
I would like a formula solution to do this and have been playing around with variations of e.g.
Code:
=IF(SUM(ISNUMBER(SEARCH({"AW","PW","TN","NR"},$L2))+0),{"AW","PW","TN","NR"})
which clearly doesn't work.
Any help appreciated as usual.