whitoulias
Board Regular
- Joined
- Jun 22, 2012
- Messages
- 153
Hello to all
I have the following table going down to 3000 rows
[TABLE="width: 200"]
<TBODY>[TR]
[TD]01/01/2013</SPAN>[/TD]
[TD]6</SPAN>[/TD]
[TD]17</SPAN>[/TD]
[TD]21</SPAN>[/TD]
[TD]26</SPAN>[/TD]
[TD]35</SPAN>[/TD]
[/TR]
[TR]
[TD]01/01/2013</SPAN>[/TD]
[TD]1</SPAN>[/TD]
[TD]2</SPAN>[/TD]
[TD]15</SPAN>[/TD]
[TD]17</SPAN>[/TD]
[TD]20</SPAN>[/TD]
[/TR]
[TR]
[TD]02/01/2013</SPAN>[/TD]
[TD]7</SPAN>[/TD]
[TD]10</SPAN>[/TD]
[TD]15</SPAN>[/TD]
[TD]25</SPAN>[/TD]
[TD]31</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL span=5></COLGROUP>[/TABLE]
What i would like is a code checking whether a number/ or numbers is repated and then highlight it with any color.
For example the code will check the 2nd row for numbers repeating from the 1st row. Then it will check the 3rd row for numbers repeating from the 2nd line and so on.
Any ideas?
Thank you all
I have the following table going down to 3000 rows
[TABLE="width: 200"]
<TBODY>[TR]
[TD]01/01/2013</SPAN>[/TD]
[TD]6</SPAN>[/TD]
[TD]17</SPAN>[/TD]
[TD]21</SPAN>[/TD]
[TD]26</SPAN>[/TD]
[TD]35</SPAN>[/TD]
[/TR]
[TR]
[TD]01/01/2013</SPAN>[/TD]
[TD]1</SPAN>[/TD]
[TD]2</SPAN>[/TD]
[TD]15</SPAN>[/TD]
[TD]17</SPAN>[/TD]
[TD]20</SPAN>[/TD]
[/TR]
[TR]
[TD]02/01/2013</SPAN>[/TD]
[TD]7</SPAN>[/TD]
[TD]10</SPAN>[/TD]
[TD]15</SPAN>[/TD]
[TD]25</SPAN>[/TD]
[TD]31</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL span=5></COLGROUP>[/TABLE]
What i would like is a code checking whether a number/ or numbers is repated and then highlight it with any color.
For example the code will check the 2nd row for numbers repeating from the 1st row. Then it will check the 3rd row for numbers repeating from the 2nd line and so on.
Any ideas?
Thank you all