Thanks again JS !
I did it in one cell, because I did not want to repeat the information in rows
I just wanted everything on 1 line
Like this :
<table width="525" border="0" cellpadding="0" cellspacing="0"><col style="width: 79pt;" width="105"> <col style="width: 79pt;" width="105" span="3"> <col style="width: 79pt;" width="105"> <tbody><tr style="height: 30pt;" height="40"> <td class="xl66" style="height: 30pt; width: 79pt;" width="105" height="40">SHOPS</td> <td class="xl66" style="border-left: medium none; width: 79pt;" width="105">Start Data</td> <td class="xl66" style="border-left: medium none; width: 79pt;" width="105">End Data</td> <td class="xl66" style="border-left: medium none; width: 79pt;" width="105">PRODUCTS</td> <td class="xl66" style="border-left: medium none; width: 79pt;" width="105">COUNT</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" style="height: 12.75pt; border-top: medium none;" height="17">shop1</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">01/01/2011</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">10/01/2011</td> <td class="xl72" style="border-top: medium none; border-left: medium none; width: 79pt;" width="105">pro 11</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">1</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" style="height: 12.75pt; border-top: medium none;" height="17">shop1</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">01/01/2011</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">10/01/2011</td> <td class="xl72" style="border-top: medium none; border-left: medium none; width: 79pt;" width="105">pro 12</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">1</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" style="height: 12.75pt; border-top: medium none;" height="17">shop1</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">01/01/2011</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">10/01/2011</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">pro 13</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">1</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" style="height: 12.75pt; border-top: medium none;" height="17">shop2</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">05/01/2011</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">11/01/2011</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">product 2</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">1</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" style="height: 12.75pt; border-top: medium none;" height="17">shop3</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">01/01/2011</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">10/01/2011</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">product 3</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">1</td> </tr> </tbody></table>
shop 1 all repeate in 3 cell ,many of shops heave 10 articles
) is to match repeats....
So that is not possible to be in 1 row - multiple products right?
So to do not match in products in same shop,must be incorporated in the formulation shop- row right?
maybe you should think about some of rows to have less repates
I try this ,but wrong formula
i try to add
like this:
<table width="658" border="0" cellpadding="0" cellspacing="0"><col style="width: 79pt;" width="105"> <col style="width: 79pt;" width="105" span="2"> <col style="width: 179pt;" width="238"> <col style="width: 79pt;" width="105"> <tbody><tr style="height: 30pt;" height="40"> <td class="xl66" style="height: 30pt; width: 79pt;" width="105" height="40">SHOPS</td> <td class="xl66" style="border-left: medium none; width: 79pt;" width="105">Start Data</td> <td class="xl66" style="border-left: medium none; width: 79pt;" width="105">End Data</td> <td class="xl66" style="border-left: medium none; width: 179pt;" width="238">PRODUCTS</td> <td class="xl66" style="border-left: medium none; width: 79pt;" width="105">COUNT</td> </tr> <tr style="height: 12.75pt;" height="17"> <td rowspan="3" class="xl76" style="height: 38.25pt; border-right: 0.5pt solid windowtext; border-bottom: medium none; border-left: 0.5pt solid windowtext; background: none repeat scroll 0% 0% rgb(184, 204, 228);" height="51">shop1</td> <td rowspan="3" class="xl73" style="border-right: 0.5pt solid windowtext; border-bottom: medium none; border-left: 0.5pt solid windowtext; background: none repeat scroll 0% 0% rgb(184, 204, 228);">01/01/2011</td> <td rowspan="3" class="xl73" style="border-right: 0.5pt solid windowtext; border-bottom: medium none; border-left: 0.5pt solid windowtext; background: none repeat scroll 0% 0% rgb(184, 204, 228);">10/01/2011</td> <td class="xl72" style="width: 179pt; border: 0.5pt solid windowtext; background: none repeat scroll 0% 0% rgb(184, 204, 228);" width="238">product 1</td> <td class="xl65" style="border: 0.5pt solid windowtext; background: none repeat scroll 0% 0% rgb(184, 204, 228);" align="right">2</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl72" style="height: 12.75pt; border-top: medium none; border-left: medium none; width: 179pt;" width="238" height="17">product 2</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">0</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl72" style="height: 12.75pt; border-top: medium none; border-left: medium none; width: 179pt;" width="238" height="17">product 3</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">0</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" style="height: 12.75pt; border-top: medium none;" height="17">shop2</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">05/01/2011</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">11/01/2011</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">product 2</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">1</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" style="height: 12.75pt; border-top: medium none;" height="17">shop1</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">01/01/2011</td> <td class="xl69" style="border-top: medium none; border-left: medium none;">10/01/2011</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">product 3</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">1</td> </tr> </tbody></table>
So what do you think
better option with less reps ..