Hi
Wondering if someone can help me with this query. I have a spreadsheet of account numbers and customer Name. I would like the rows to change colour when there is a change in the account numbers.
Eg the first 2 columns would be like this
Account Number Customer Name
<table width="229" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64"> <col style="width: 124pt;" width="165"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt; width: 48pt;" width="64" align="right" height="17">100241</td> <td class="xl69" style="width: 124pt;" width="165"> Mr Smith</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt;" align="right" height="17">100241</td> <td class="xl69"> Mr Richard </td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl67" style="height: 12.75pt;" align="right" height="17">100283</td> <td class="xl70"> Cuthbertson</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt;" align="right" height="17">100302</td> <td class="xl69"> Varnor Pty Ltd</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt;" align="right" height="17">100302</td> <td class="xl69"> Varnor Pty Ltd</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl67" style="height: 12.75pt;" align="right" height="17">100334</td> <td class="xl70"> John & Thompson</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt;" align="right" height="17">100372</td> <td class="xl69"> Mr Mark K</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl67" style="height: 12.75pt;" align="right" height="17">100419</td> <td class="xl70"> Hungry Minds
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl67" style="height: 12.75pt;" align="right" height="17">100419</td> <td class="xl70"> Hungry Minds
</td> </tr> </tbody></table>
When there is a change in the account number i want the the row to be coloured differently. Eg row 1 and 2 would be coloured blue, row 3 would be coloured green, row 4 and 5 coloured blue, row 6 will be green...etc
Appreciate an assistance with this
Wondering if someone can help me with this query. I have a spreadsheet of account numbers and customer Name. I would like the rows to change colour when there is a change in the account numbers.
Eg the first 2 columns would be like this
Account Number Customer Name
<table width="229" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64"> <col style="width: 124pt;" width="165"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt; width: 48pt;" width="64" align="right" height="17">100241</td> <td class="xl69" style="width: 124pt;" width="165"> Mr Smith</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt;" align="right" height="17">100241</td> <td class="xl69"> Mr Richard </td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl67" style="height: 12.75pt;" align="right" height="17">100283</td> <td class="xl70"> Cuthbertson</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt;" align="right" height="17">100302</td> <td class="xl69"> Varnor Pty Ltd</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt;" align="right" height="17">100302</td> <td class="xl69"> Varnor Pty Ltd</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl67" style="height: 12.75pt;" align="right" height="17">100334</td> <td class="xl70"> John & Thompson</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="height: 12.75pt;" align="right" height="17">100372</td> <td class="xl69"> Mr Mark K</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl67" style="height: 12.75pt;" align="right" height="17">100419</td> <td class="xl70"> Hungry Minds
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl67" style="height: 12.75pt;" align="right" height="17">100419</td> <td class="xl70"> Hungry Minds
</td> </tr> </tbody></table>
When there is a change in the account number i want the the row to be coloured differently. Eg row 1 and 2 would be coloured blue, row 3 would be coloured green, row 4 and 5 coloured blue, row 6 will be green...etc
Appreciate an assistance with this