Hi,
I have data in a sheet with something like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]File1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Abs[/TD]
[TD]145[/TD]
[TD]YuoJ[/TD]
[TD]002[/TD]
[/TR]
[TR]
[TD]RFG[/TD]
[TD]234[/TD]
[TD]3op[/TD]
[TD]009[/TD]
[/TR]
[TR]
[TD]File2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]UYR[/TD]
[TD]234[/TD]
[TD]yyt[/TD]
[TD]3nn[/TD]
[/TR]
[TR]
[TD]POC[/TD]
[TD]778[/TD]
[TD]www[/TD]
[TD]334[/TD]
[/TR]
[TR]
[TD]File3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]WEF[/TD]
[TD]778[/TD]
[TD]O93[/TD]
[TD]R67[/TD]
[/TR]
[TR]
[TD]TRE[/TD]
[TD]778[/TD]
[TD]87K[/TD]
[TD]004[/TD]
[/TR]
</tbody>[/TABLE]
I would like to colorize with the same background color all rows that have the same value in column B and if there are different values in column B colorize with different colors those rows.
For example in this table,
- all rows in range A:D where value in B is 145 the background is green
- all rows in range A:D where value in B is 234 the background is blue
- all rows in range A:D where value in B is 778 the background is red
May someone help me to do this?
Thanks for any help.
I have data in a sheet with something like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]File1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Abs[/TD]
[TD]145[/TD]
[TD]YuoJ[/TD]
[TD]002[/TD]
[/TR]
[TR]
[TD]RFG[/TD]
[TD]234[/TD]
[TD]3op[/TD]
[TD]009[/TD]
[/TR]
[TR]
[TD]File2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]UYR[/TD]
[TD]234[/TD]
[TD]yyt[/TD]
[TD]3nn[/TD]
[/TR]
[TR]
[TD]POC[/TD]
[TD]778[/TD]
[TD]www[/TD]
[TD]334[/TD]
[/TR]
[TR]
[TD]File3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]WEF[/TD]
[TD]778[/TD]
[TD]O93[/TD]
[TD]R67[/TD]
[/TR]
[TR]
[TD]TRE[/TD]
[TD]778[/TD]
[TD]87K[/TD]
[TD]004[/TD]
[/TR]
</tbody>[/TABLE]
I would like to colorize with the same background color all rows that have the same value in column B and if there are different values in column B colorize with different colors those rows.
For example in this table,
- all rows in range A:D where value in B is 145 the background is green
- all rows in range A:D where value in B is 234 the background is blue
- all rows in range A:D where value in B is 778 the background is red
May someone help me to do this?
Thanks for any help.