I need this in A1:
<b>TEXT TEXT MORE TEXT</b>
to look like this in A2:
TEXT TEXT MORE TEXT
thank you in advance.
This is a dumbed down example not the actual example. I am creating a cell that is populated by five others. All but 2 of the cell that I am grabbing info from have html in them. What I need is a function that will grab only the content between the tags, all of the tags are different ie: <div id="bla" class="blabla"> and <b class="black">.
<b>TEXT TEXT MORE TEXT</b>
to look like this in A2:
TEXT TEXT MORE TEXT
thank you in advance.
This is a dumbed down example not the actual example. I am creating a cell that is populated by five others. All but 2 of the cell that I am grabbing info from have html in them. What I need is a function that will grab only the content between the tags, all of the tags are different ie: <div id="bla" class="blabla"> and <b class="black">.