I am using the following formula to highlight the maximum value from a range of cells:
AND($Sheet1.G4=MAX($G4,$O4,$W4,$AE4,$AM4,$AU4,$BC4,$BK4,$BS4,$CA4,$CI4,$CQ4,$CY4,$DG4,$DO4,$DW4,$EE4,$EM4,$EU4,$FC4,$FK4),G4>H4)
This formula is correct and does exactly what I want except for one thing. I want it to highlight the maximum IF THE MAXIMUM IS UNIQUE.
That is, if there are no other cells in that range which are equal to the maximum.
I am sure something can be added to the formula above to do this but I am not sure what it is. Please help.