Thread: [Solved] Word Find and Replace Query
View Single Post
 
Old 12-28-2011, 08:46 PM
bthart bthart is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Dec 2011
Posts: 1
bthart is on a distinguished road
Default Word Find and Replace Query

Hi,

I have a pricelist with a heap of prices on it. Each price is formatted with a decimal. e.g 38.21,3.58,985.15. I have used the following line to find each price.

find - <[0-9]@.[0-9]@>

Is there a wildcard which I can use in the replace field to multiply each price by a certain value - e.g double each price. Or is there another way I can do it.

Thanks,

Brian
Reply With Quote