don matteo
Board Regular
- Joined
- Nov 14, 2016
- Messages
- 51
Hey everyone so here is what im trying to figure out.
i have 100s of rows of data that i need to filter out if specific cells match each other so for example
if A, B and C are the same as another other row with A, B and C i want them to highlight
I tired some google searches and i just cant figure it out
so in the table below id want it to highlight the 1st and 3rd row
thank you!
[TABLE="width: 500"]
<tbody>[TR]
[TD]1234[/TD]
[TD]2[/TD]
[TD]feb 6th[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]3[/TD]
[TD]feb 4th[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]2[/TD]
[TD]feb 6th[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4324[/TD]
[TD]5[/TD]
[TD]feb 8th [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i have 100s of rows of data that i need to filter out if specific cells match each other so for example
if A, B and C are the same as another other row with A, B and C i want them to highlight
I tired some google searches and i just cant figure it out
so in the table below id want it to highlight the 1st and 3rd row
thank you!
[TABLE="width: 500"]
<tbody>[TR]
[TD]1234[/TD]
[TD]2[/TD]
[TD]feb 6th[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]3[/TD]
[TD]feb 4th[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]2[/TD]
[TD]feb 6th[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4324[/TD]
[TD]5[/TD]
[TD]feb 8th [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]