I'm attempting to create a conditional format that highlights a retail that doesn't match the rest of the retails in a product ID based on the earliest (min) date's retail.
In the below example I have a retail of 24.99 on the earliest date of 8/24 and there is a retail of 20.99 (row 9) and I'd like to have that retail highlight.
I've been playing with the following formula =AND(SUMIFS(D:D,A:A,A2,E:E,MIN(E:E))<>COUNTIFS(E:E,MIN(E:E),D:D,D2))
but it's not quite right.