
Originally Posted by
mehmetcik
Hi
Conditional Formatting is what you want.
The question is how to implement it for you.
Each row has one date. So I assume you are talking about Identical Dates in a sequence of rows, which will be impossible without using a helper column.
I feel like a dummy. I figured it out using a formula to determine which cells to format with conditional formatting. Thank you for the flick of my ear mehmetcik.
Here was what I did for anybody that may want to do this in the future.
First, I changed my table style to a preset format that made all rows the same color. In this case, white.
Second, I created a new conditional formatting rule from scratch using the "Use formula to determine which cells to format" option. I wrote this
=AND($F3<>"",MOD(SUMPRODUCT(--($F$2:$F2<>$F$3:$F3)),2))
to put in the formula area.
Lastly, I chose what colors I would like for the shaded rows to be. Voila'. Case closed.
I've attached my final product for assistance in showing somebody else.
Bookmarks