Hi, I have a text column with special code like this A0574JACP, 00928TFM, TF4882JZF, 04300FJTT.
I want to replace the first 2 letters of the text with the 3 letters “BAR” in front (eg BAR574JACP, BAR928TFM, BAR4882JZF). If I use a template replacement method, it would replace the other similar in the string.
Hope anyone could help please. Thanks!