Forum Discussion

rockyb855's avatar
rockyb855
Copper Contributor
Aug 30, 2023
Solved

Excel table

If I have a table.  With users, emails and locations.  A user/email might have multiple locations.  I would like to highlight by the groups of user/email. Can a table be created with this highlight ...
  • mtarler's avatar
    mtarler
    Aug 31, 2023

    Using that helper column idea you can also use a built-in gradient coloring to color those cells so all Joe Smiths would have same index so have the same color but other people/groups would have slightly different color. That said it would be at most a 3 color gradient I think so if you have a 100 different groups then numbers 99 and 100 will have very similar colors (different but very similar). and it would be only that cell/column not the whole row.

     

    As for the 'banding' idea where every other group has a color you can use a custom formula like this:

    =ISEVEN(ROWS(UNIQUE($A$1:$A1)))

    where column A is the column with the unique (and sorted) value.  Various variation of this can be used but basically looks like this:

     

     

     

Resources