This is a formula for calculating the best (lowest) 4 out of 6 results, and it works well :
=SUM(SMALL((E3,G3,I3,K3,M3:O3),{1,2,3,4}))
Formatting this range is not yet working right. The attached sample file shows a range (D3:O8) that needs to be conditionally formatted.
Non-attendance scores 0 score = 25 ranking points (R). If that applies, both of the cells must be shaded grey for each cup. That is presently done with :
=AND($D4=0,$E4=25) applies to $D$4
=AND($D4=0,$E4=25) applies to $E$4
copied down, and repeated for all 6 column pairs. Probably there is a more elegant way to do one formula for the whole range. But I'm still looking for it.
The 2 highest ranking points (R) out of the 6 cups should be highlighted yellow (overriding any grey shading that may be there). Yellow indicates that they were not included in the total calculation.
Attempted to do the formatting this way by adapting the above SMALL formula :
=LARGE((E3,G3,I3,K3,M3:O3),{1,2})
in the conditional formatting formula entry, but a message says :
You may not use unions, intersections or array constants for Conditional Formatting criteria.
Looking for a way that is acceptable.
Bookmarks