Highlight alternating groups of data based on the data in a column?Say I have the following table:
Name AgeBob 14Mark 16Mary 16Steve 18Robert 18Frank 20Mary 20
11/6/2007 9:25:01 AM
i don't believe conditional formatting will work for that, its not powerful enough. vba, and put it in the worksheet/workbook change event
11/6/2007 7:57:35 PM
well when you can input a formula there is almost no limit to what you can do =MOD(SUM(1/COUNTIF($B$1:$B1,$B$1:$B1)),2)=1
11/6/2007 10:56:37 PM