View Single Post
 
Old 01-14-2019, 01:16 PM
macropod's Avatar
macropod macropod is online now Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You could use a wildcard Find, where:
Find = ^13[!,^13]{1,}^13

If you want to automatically insert the missing commas, you could use a wildcard Find/Replace, where:
Find = (^13[!^13]@[0-9]{1,})([!,^13]@[0-9])
Replace = \1,\2
Note that this won't work if the team names contain numerals.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote