Quote:
Originally Posted by macropod
Try a wildcard Find/Replace, where:
Find = ([0-9]).([0-9])
Replace = \1:\2
|
I've tried using the \1:\2 formula but it does not work. It will swap the numbers around and put the colon behind them.
1.5-7 will end up 15:7