I have an Excel spreadsheet consisting of groups of rows. Each row group is defined by the matching values in Column A. For example:
................A....................B
1..........Group Name 1............Data1
2..........Group Name 1............Data2
3..........Group Name 1............Data3
4..........Group Name 1............Data4
5..........Group Name 2............Data5
6..........Group Name 2............Data6
7..........Group Name 2............Data7
8..........Group Name 3............Data8
9..........Group Name 3............Data9
10.........Group Name 4............Data10
11.........Group Name 4............Data11
12.........Group Name 4............Data12
I'd like to use Conditional Formatting to highlight the highest value in Column B within each row group, but I'm not able to determine a formula to identify the range of each row group.
How would this be done?