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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
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,226,693
Messages
6,192,471
Members
453,726
Latest member
JoeH57

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