Using your posted workbook...
This ARRAY FORMULA, completed by holding down CTRL and SHIFT when you press ENTER (instead of just pressing ENTER) begins the list of highest Turns for the referenced month
Formula:
F29: =LARGE(IF('Data tab'!$C$4:$C$133="Turns",INDEX('Data tab'!$C$4:$P$133,0,$B$2+2)),$D29)
Copy F29 and paste into F30:F38
This REGULAR formula displays the MODEL for each of those highest turns
Formula:
E29: =IF(F29,INDEX('Data tab'!$D$4:$D$133,MATCH(F29,INDEX('Data tab'!$C$4:$P$133,0,$B$2+2),0)),"n/a")
Copy that formula down through D38
With your sample data, these are the results:
1 AVM 6360 4.03572
2 CV-5000 2.87332
3 8685DVB 2.75284
4 CV-6000 1.95634
5 Converter 1.92406
6 CI+ CAM 1.91451
7 CV-7000 1.47501
8 8485DVB 1.32510
9 CV-5000-A 1.15449
10 CV-8000 0.17993
Is that something you can work with?
Bookmarks