Find/Replace forumula help

  • Thread starter Thread starter jimville123
  • Start date Start date
J

jimville123

HI, I have a formula such as =3*3.3, 4*3.3, 5*3.3 and so on...howeve
now i want to replace the 3.3 factor with 1.3 in multiple cells usin
Find/Replace....i tried that but it replaces the entire value of let
say 3*3.33 with just *1.3. How should i go about this.

Basically i need to find a certain factor and replace it with anothe
factor in formula worksheet using find/replace.


thank
 
Jim,

Since you are looking for a wildcard character, you need to preceed it with
a tilde in the replace:

Find What:
~*3.3

Replace With:
*1.3

HTH,
Bernie
MS Excel MVP
 
Jim,

I'm guessing you tried to replace "*3.3" with your new
factor? Replace treats * as a wild card representing any
number of characters and so replaces the whole string.

To change your formula, just do replace "3.3" with "1.3".

Another approach might be to make your formula =3*$A$1
then change the value in cell A1 whenever you want to
alter the results.

Cheers, Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top