search and add string to a cell value (case insensitive)

bharath235

New Member
Joined
Sep 24, 2017
Messages
24
in one cell (say A1) I have a word, example - apple

in the next cell (say A2) I have a sentence, example - An APPLE a day keeps the doctor away

is it possible to render the following result in another cell (say A3)? - An <span class="highlight">APPLE</span> a day keeps the doctor away

please note that I tried search, find, substitute, and replace, the real problem I am facing is that the text in A1 and A2 can be of different cases and are absolute variables ... can a vba function be written to solve this?

Thanks for your help!
 

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.
sorry there was an error in the post for cell A3...

in one cell (say A1) I have a word, example - apple

in the next cell (say A2) I have a sentence, example - An APPLE a day keeps the doctor away

is it possible to render the following result in another cell (say A3)? - An <span>APPLE</span> a day keeps the doctor away

please note that I tried search, find, substitute, and replace, the real problem I am facing is that the text in A1 and A2 can be of different cases and are absolute variables ... can a vba function be written to solve this?

Thanks for your help!
 
Upvote 0
hi everyone .. please ignore this post .. i tried to include some html tags, which did not get published for some reason .. i will open a new thread ... thx
 
Upvote 0

Forum statistics

Threads
1,223,889
Messages
6,175,223
Members
452,620
Latest member
dsubash

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