I have a question, let's say I have a column A with values:
te SN: 123454A / Lo
te SN: 12348887
te SN: 547896
I want to retrieve everything that is +2 after :
up to the /
but in case /
doesn't exist, get everything after :
.
So my result would be:
123454A
12348887
547896