Hi,
I can probably figure out how to do this using VBA, but I was wondering if there is any easier way to do it (maybe a built-in function) in Excel.
I have a column containing hundreds of Test ID numbers like this:
1.1.1.1
1.1.1.2
1.1.2.1
...
What I'd like to do is highlight some of them and add "a." infront of the existing numbers to become:
a.1.1.1.1
a.1.1.1.2
a.1.1.2.1
...
Is there an easier way to do that without writing a VBA macro?
I can probably figure out how to do this using VBA, but I was wondering if there is any easier way to do it (maybe a built-in function) in Excel.
I have a column containing hundreds of Test ID numbers like this:
1.1.1.1
1.1.1.2
1.1.2.1
...
What I'd like to do is highlight some of them and add "a." infront of the existing numbers to become:
a.1.1.1.1
a.1.1.1.2
a.1.1.2.1
...
Is there an easier way to do that without writing a VBA macro?