How to change Multiple cell formulas at once

Sri_33

Board Regular
Joined
Sep 8, 2020
Messages
119
Office Version
  1. 2016
Platform
  1. Windows
Book1
BCDEFGHIJKL
1ATotalBTotalCTotalDTotalETotal
21230.002649213#DIV/0!#DIV/0!#DIV/0!#DIV/0!
3244
4352
540
650
Sheet1
Cell Formulas
RangeFormula
D2,L2,J2,H2,F2D2=AVERAGE(C2:C4)/31/21/C2


Hello all, please let me know if there is any way that we can change multiple cell formulas at once
In the above example i wanna change green highlighted cell formulas from the format " average(x2:x4)/31/21/x2" to "average(x2:x4)/x2"
Thanks in advance.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Sure, just highlight all the sections you want to apply it to, and then do a Find/Replace, replacing /31/21 with nothing.
That should remove that from all those formula, so you end up with what you want.
 
Upvote 0
Solution
Sure, just highlight all the sections you want to apply it to, and then do a Find/Replace, replacing /31/21 with nothing.
That should remove that from all those formula, so you end up with what you want.
Awesome thank you
 
Upvote 0
Sure, just highlight all the sections you want to apply it to, and then do a Find/Replace, replacing /31/21 with nothing.
That should remove that from all those formula, so you end up with what you want.
What if there is "*" in place of "/" that means, what if i need to replace "*31/21/x2" to "/x2"
 
Upvote 0
You are welcome.
Glad I was able to help!
 
Upvote 0
What if there is "*" in place of "/" that means, what if i need to replace "*31/21/x2" to "/x2"
Is there always a ")" before the "*"?
If so, then just replace )*31/21 with )
 
Upvote 0

Forum statistics

Threads
1,214,797
Messages
6,121,629
Members
449,041
Latest member
Postman24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top