Help me format a list of phone numbers in Microsoft Word
July 23, 2007 12:28 PM
Subscribe
Help me format, for print, a giant list of phone numbers in Microsoft Word.
I have a pretty big file that is full of stuff like this:
Peace......See Justice of the Peace
Percentage..........555-5555
Performance and Payment 555-5555
Personal..................555-5555
It's from a ten year old paper document that we OCR'd. How can I get it to play nicely and treat those hardwritten serial periods (........) as flexible spacer between the left aligned words and the right-aligned numbers? Bonus points if your solution does not involve me dealing with each one of these ~3,500 entries manually.
posted by dirtdirt to computers & internet (5 comments total)
Then, insert a column just before the column that has all of the -5555 data, and put a formula in that references the name column like this =(RIGHT,A1,3) where A1 is the column with the name data. This will give you a column with 555 values.
Finally, concatenate the two number columns with =B1&C1
posted by Pants! at 12:57 PM on July 23, 2007