schawel
New Member
- Joined
- Mar 31, 2005
- Messages
- 14
I have a massive .csv doc.
One of the columns headers in this worksheet is called 'Description'. The cell value for every row below this header is filled with HTML. Here is an example:
My goal is to remove all the content (HTML included) between the OL tags for each and every cell under the column 'Description' and put it directly into the cell to the right. I would call this column 'Listing'.
Macros? Formulas?
One of the columns headers in this worksheet is called 'Description'. The cell value for every row below this header is filled with HTML. Here is an example:
HTML:
<p>Some paragraph of stuff</p>
<ol>
<li>Some listing 1</li>
<li>Another listing 2</li>
</ol>
My goal is to remove all the content (HTML included) between the OL tags for each and every cell under the column 'Description' and put it directly into the cell to the right. I would call this column 'Listing'.
Macros? Formulas?
Last edited: