Find and replace formula or macro

bwaaack

Board Regular
Joined
Dec 5, 2015
Messages
62
Office Version
  1. 365
Platform
  1. Windows
Hello, I am trying to find and replace lyMK-6Ay8fk in cell A1 with the contents of cell B2. Im looking to do this to 400 rows. Any suggestion would be appreciated. I am using excel 2015 and running windows. Thank you.
A B
1
value="http://www.youtube.com/v/lyMK-6Ay8fk?fs=1&hl=en_US"><param
name="allowFullScreen" value="true"><param
name="allowscriptaccess" value="always">
<embed src="http://www.youtube.com/v/lyMK-6Ay8fk?fs=1&hl=en_US"

<tbody>
</tbody>

z-X42uw4c3w

<colgroup><col></colgroup><tbody>
</tbody>
2 value="http://www.youtube.com/v/lyMK-6Ay8fk?fs=1&hl=en_US"><param
name="allowFullScreen" value="true"><param
name="allowscriptaccess" value="always">
<embed src="http://www.youtube.com/v/lyMK-6Ay8fk?fs=1&hl=en_US"
oeUzAOnZRgU

<tbody>
</tbody>
3

value="http://www.youtube.com/v/lyMK-6Ay8fk?fs=1&hl=en_US"><param
name="allowFullScreen" value="true"><param
name="allowscriptaccess" value="always">
<embed src="http://www.youtube.com/v/lyMK-6Ay8fk?fs=1&hl=en_US"

<tbody>
</tbody>

ei90jH7p5YY

<tbody>
</tbody>
4

<tbody>
</tbody>
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
bwaaack,

Try the below in C1 and copy down...

=SUBSTITUTE(TRIM(A1),"lyMK-6Ay8fk",TRIM(B1),1)

Hope that helps.
 
Upvote 0

Forum statistics

Threads
1,215,857
Messages
6,127,371
Members
449,381
Latest member
Aircuart

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