Dear All,
I have a large sheet that does contain usage date of telephone numbers.
To uniform all numbers to an normalized format so I need to replace nrs starting with 56xx to nr 852392556xx
There are many more changes that I need to make so I use a macro for this that does all the conversions.
The problem that I come across is that when I do a replace of 56 to 852392556 all 56 entries form a match for this so
913560344 is transformed to 913852392556 0344
5693 is transformed to 85239255693
5656 is transformed to 852392556852392556
and so on.
Is there a way to use regex '^' so it only replaces the entries that start 56?
Thanks for your replies
I have a large sheet that does contain usage date of telephone numbers.
To uniform all numbers to an normalized format so I need to replace nrs starting with 56xx to nr 852392556xx
There are many more changes that I need to make so I use a macro for this that does all the conversions.
The problem that I come across is that when I do a replace of 56 to 852392556 all 56 entries form a match for this so
913560344 is transformed to 913852392556 0344
5693 is transformed to 85239255693
5656 is transformed to 852392556852392556
and so on.
Is there a way to use regex '^' so it only replaces the entries that start 56?
Thanks for your replies