Find and Place Formula

campgrounds360

New Member
Joined
Aug 31, 2018
Messages
3
Hello,
I am struggling to figure out a Find and replace formula for the following parameters:
Formula to run in entire spreadsheet
Find: "id": "0-site-151-interior" and "target": "14-site-151-parking"
I am targeting the numbers I have highlighted in red to replace with a different number throughout the entire spreadsheet.
Replace: "id": "76-site-151-interior" and "target": "90-site-151-parking"
I would like to add a specific value to each number shown in red. This example I want to add 76 to the numbers shown in red on these examples.

Any help would be greatly appreciated
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Something like

=REPLACE(A2,FIND(": ",A2)+3,FIND("-",A2)-(FIND(": ",A2)+3),MID(A2,FIND(": ",A2)+3,FIND("-",A2)-(FIND(": ",A2)+3))+74)
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,665
Members
449,114
Latest member
aides

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