Formulas

  • Thread starter Thread starter sw0318
  • Start date Start date
S

sw0318

How do I change one formula and have it change all other formulas within a
worksheet that are the same.

Example:

=E3*F3*30*0.0950498

I have this formula in many places within a column. I want to change just
one cell and have the change in all cells with this formula.
 
If you defined that as a named formula, then you could just change the
formula in the definition and the cells that use it would change
automatically.

Alternatively, you could just put that formula in one cell (eg X1) and
then change all occurrences in your sheet to $X$1 (you could use Find
& Replace for this).

Alternatively still, you could highlight all the cells and use Find &
Replace (CTRL-H):

Find what: E3*F3*30*0.0950498
Replace with: your_amendment
Click Replace All

Hope this helps.

Pete
 
Hi
Go to > Edit> Find, type your formula in > Find What: =E3*F3*30*0.0950498
Replace with: and type the correction. press Find All > Replace All
Regards
John
 

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