I have a list of repeating table names:
Table1
Table1
...
Table2
...
Table99
I was wondering if there was anyway to use Excel conditional formatting to highlight each different table name a different color using some sort of increment.
So table1 would be 000033 and table2 000066 and so on using the hex value
I can write the conditional to say if R <> R-1 then new color or if R=R-1 then same color, but it is the color part that has me stumped.
I can write a VB function if needed but I was looking for a quicker solution.