Hello all,
I am looking for some help, and while there may not be an easy way, I thought I'd ask.
I am trying to find a way to highlight groups of data based on a specific column. For example see the attached imaged:
example.jpg
This is a very simple mock up, and what I am working with is a data set that contains over 50,000 rows of "claims." Some claim numbers appear multiple times due to various reasons, but what I want to do is sort my data by the claim number, and then highlight every other grouping of the same claim number. This way, I can easily see each claim, and each of the occurrences. Other columns contain various data that I need to review to see why a claim appeared multiple times, so I do not want to just create a subtotal or anything like that. I need every claim visible.
I found this solution on an old thread, but it only works if the claim numbers are sequential with no gaps. Unfortunately for me, that is not the case.
You can use the built-in Conditional Formatting using the formula option and this formula:
=ISODD(TEXT(A2,"#"))
Assumes row-1 is a header row.
I appreciate any help anyone can provide!
Bookmarks