PDA

View Full Version : Find the Max of s Subset within a Subset



RINCONPAUL
07-28-2015, 01:50 PM
I have columns of subsets in col B. Within each subset, there are like values with "-L" added. I want a formula in col C that identifies these cells, within each subset, and finds the Max value in col A.

Thanks heaps for reading this.

Bob Phillips
07-29-2015, 08:28 AM
You could try this array formula

=MAX(IF($B$2:$B$20=B2,$C$2:$C$20))

RINCONPAUL
07-29-2015, 01:15 PM
Thankyou your Lordship, works a treat. Case closed.

Well done :)