Hi,
I searched and found posts but still struggling to get my head round an example. What I am trying to do is take the following entries in my data....
2014_1
2014_2
2015_1
2015_2
2015_1
and make them read
2014(1)
2014(2)
2015(1)
2015(2)
2015(1)
In essence replacing the "_" with"(" and placing a ")" at the end of the line.
Grateful for help...
Thanks