Solution to Return top 5 values based on a criterion
Solution for: http://excelexperts.com/return-top-5-values-based-criterion
In brief: you need Category List re-arranged, additional column in "Average Rank" sheet and named ranges for newly inserted column and all months respectively.
In detail: I re-arranged Category List and made a new one on sheet "Category_New".
Then I inserted a column on sheet "Average Rank" containing type (Composite, Standalone etc.).
Named ranges were created for march and april 2013 (containing values).
Finally, array formula calculates Top 5. Example for February 2013 - "Composite":
=LARGE(IF(Typess=$P$4;febr2013;"");1)
It returns the first largest value in column of February 2013 where "Type" is "Composite".
Type is in B column on sheet "Average Rank", and "Febr2013" is a column containing values for February 2013. $P$4 is a fixed cell value ("Composite") on sheet "Average Rank".
Attachment | Size |
---|---|
Top sports apps.xlsx | 255.12 KB |
- Almir's blog
- Login or register to post comments
- 4557 reads
Recent comments
5 years 36 weeks ago
6 years 22 weeks ago
6 years 34 weeks ago
6 years 37 weeks ago
6 years 38 weeks ago
6 years 43 weeks ago
6 years 52 weeks ago
7 years 2 days ago
7 years 3 days ago
7 years 3 days ago