Hello,
I'm currently using the following formulas to return the top 10 products with highest sales for the attached file:
=INDEX(A:A,MATCH(LARGE(C:C,1),C:C,0))
=INDEX(A:A,MATCH(LARGE(C:C,2),C:C,0))
=INDEX(A:A,MATCH(LARGE(C:C,3),C:C,0))
...etc
This works great and returns the top 10 for the entire year, but I would I would like to be able to also just get the top 10 for a certain week (e.g. week 52). Is there a way to do this using formulas as I would like to avoid using Pivot Tables if at all possible?
I have tried =INDEX(A:A,MATCH(LARGE(C:C,3)&"52",C:C&B:B,0)) with no success, and I'm not really familiar enough with INDEX MATCH to understand more complex versions beyond the basics so any help would be hugely appreciated!
Thank you!
Bookmarks