Monthly, I get a CVV of data with associated statistics.
I'm generally only interested in rows with the first cell (A) containing specific words.
The cells (column A) are those such as below:
<table style="border-collapse: collapse; width: 367px; height: 76px;" border="0" cellpadding="0" cellspacing="0"><col style="width: 179pt;" width="238"> <tbody><tr style="height: 15pt;" height="20"> <td style="height: 15pt; width: 179pt;" width="238" height="20">make a webpage free</td> </tr> <tr style="height: 15pt;" height="20"> <td style="height: 15pt;" height="20">create web page free</td> </tr> <tr style="height: 15pt;" height="20"> <td style="height: 15pt;" height="20">make a website with yellow pages
<table style="border-collapse: collapse; width: 179pt;" width="238" border="0" cellpadding="0" cellspacing="0"><col style="width: 179pt;" width="238"><tr style="height: 15pt;" height="20"> <td style="height: 15pt; width: 179pt;" width="238" height="20">how to create web page</td> </tr></table>
</td> </tr> </tbody></table>So, if I wanted to take copy the rows where the cell contains the text 'create web page'. I want it to take 'create web page free' and 'how to create web page' and the cells in their respective row.
I would like these rows to be copied into a new sheet.
I have tried a few similar solutions on here but haven't been able to get any to work. Help much appreciated.
I'm generally only interested in rows with the first cell (A) containing specific words.
The cells (column A) are those such as below:
<table style="border-collapse: collapse; width: 367px; height: 76px;" border="0" cellpadding="0" cellspacing="0"><col style="width: 179pt;" width="238"> <tbody><tr style="height: 15pt;" height="20"> <td style="height: 15pt; width: 179pt;" width="238" height="20">make a webpage free</td> </tr> <tr style="height: 15pt;" height="20"> <td style="height: 15pt;" height="20">create web page free</td> </tr> <tr style="height: 15pt;" height="20"> <td style="height: 15pt;" height="20">make a website with yellow pages
<table style="border-collapse: collapse; width: 179pt;" width="238" border="0" cellpadding="0" cellspacing="0"><col style="width: 179pt;" width="238"><tr style="height: 15pt;" height="20"> <td style="height: 15pt; width: 179pt;" width="238" height="20">how to create web page</td> </tr></table>
</td> </tr> </tbody></table>So, if I wanted to take copy the rows where the cell contains the text 'create web page'. I want it to take 'create web page free' and 'how to create web page' and the cells in their respective row.
I would like these rows to be copied into a new sheet.
I have tried a few similar solutions on here but haven't been able to get any to work. Help much appreciated.