Lets say I want the total sum value of all items containing "football" or "soccer":
<table border="0" cellpadding="0" cellspacing="0" width="163"><col style="mso-width-source:userset;mso-width-alt:3620;width:74pt" width="99"> <col style="width:48pt" width="64"> <tbody><tr style="height:15.0pt" height="20"> <td style="height:15.0pt;width:74pt" height="20" width="99">A</td> <td style="width:48pt" width="64">B</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">football</td> <td class="xl65" align="right">$5 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">football player</td> <td class="xl65" align="right">$15 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">football jersey</td> <td class="xl65" align="right">$23 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">soccer</td> <td class="xl65" align="right">$12 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">soccer ball</td> <td class="xl65" align="right">$15 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">tennis</td> <td class="xl65" align="right">$5 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">tennis player</td> <td class="xl65" align="right">$5 </td> </tr> </tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="163"><col style="mso-width-source:userset;mso-width-alt:3620;width:74pt" width="99"> <col style="width:48pt" width="64"> <tbody><tr style="height:15.0pt" height="20"> <td style="height:15.0pt;width:74pt" height="20" width="99">A</td> <td style="width:48pt" width="64">B</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">football</td> <td class="xl65" align="right">$5 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">football player</td> <td class="xl65" align="right">$15 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">football jersey</td> <td class="xl65" align="right">$23 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">soccer</td> <td class="xl65" align="right">$12 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">soccer ball</td> <td class="xl65" align="right">$15 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">tennis</td> <td class="xl65" align="right">$5 </td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">tennis player</td> <td class="xl65" align="right">$5 </td> </tr> </tbody></table>