Purple Dragon
New Member
- Joined
- Apr 14, 2017
- Messages
- 7
- Office Version
- 365
- 2016
- Platform
- Windows
I have a bunch of formulas on a sheet of the form:
=whole_buncha_stuff, ROUND(SUM(whole_buncha_otherstuff),1),more_other_stuff)
I want to remove the ROUND() function:
=whole_buncha_stuff, SUM(whole_buncha_otherstuff),more_other_stuff)
where the "whole_buncha...." strings represent variable content.
Naturally, I tried simple find/replace with replacing ROUND(SUM( with simply SUM(, intending to do a similar thing with the ,1) at the end; but before I can do the second step, Excel gives me the "error in your formula" message and no replacements are made.
My next thought is to use wildcard replacement: *ROUND(SUM(*,1),* with *SUM(*),*
However, I cannot find ANYWHERE on this forum what the syntax for wildcards in the "with" field would be. Microsoft has that in Word; I assumed something similar in Excel, but no...
I did read one post where the user had stripped the starting "=" sign and then used CTRL-H (in the two-step like I outlined above), then put the "=" back. However, in his case, the stuff between his = and his target text was short and fixed. Mine is neither, and I'm not sure how I'd isolate the cells that need the = put back in...
Any thoughts on how to accomplish this?
=whole_buncha_stuff, ROUND(SUM(whole_buncha_otherstuff),1),more_other_stuff)
I want to remove the ROUND() function:
=whole_buncha_stuff, SUM(whole_buncha_otherstuff),more_other_stuff)
where the "whole_buncha...." strings represent variable content.
Naturally, I tried simple find/replace with replacing ROUND(SUM( with simply SUM(, intending to do a similar thing with the ,1) at the end; but before I can do the second step, Excel gives me the "error in your formula" message and no replacements are made.
My next thought is to use wildcard replacement: *ROUND(SUM(*,1),* with *SUM(*),*
However, I cannot find ANYWHERE on this forum what the syntax for wildcards in the "with" field would be. Microsoft has that in Word; I assumed something similar in Excel, but no...
I did read one post where the user had stripped the starting "=" sign and then used CTRL-H (in the two-step like I outlined above), then put the "=" back. However, in his case, the stuff between his = and his target text was short and fixed. Mine is neither, and I'm not sure how I'd isolate the cells that need the = put back in...
Any thoughts on how to accomplish this?