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

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
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,224,824
Messages
6,181,186
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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