Jim Wilkinson
New Member
- Joined
- Sep 11, 2017
- Messages
- 4
Hi.
I've wrestled with this for several hours so any help is much appreciated. I have a table containing 5,000 projects by value. I want to show the top 10 by Project Manager and by Financial Period. I have been asked not to use VBA or Pivots.
I have used the following formula to successfully return the top 10 from the whole list:
=INDEX($A$1:$A$5000,MATCH(1,INDEX(($B$1:$B$5000=LARGE($B$1:$B$5000,ROWS(Z$1:Z1)))*(COUNTIF(Z$1:Z1,$A$1:$A$5000)=0),),0))
Column A = JobName, Column B = Value£, Column C = Project Manager, Column D= Financial Period
I now wish to add to it the Project Manager criteria, the Financial Period criteria - and, in fact, any other from the table as required.
Or indeed, use any other technique.
Many thanks in advance
Jim Wilkinson
I've wrestled with this for several hours so any help is much appreciated. I have a table containing 5,000 projects by value. I want to show the top 10 by Project Manager and by Financial Period. I have been asked not to use VBA or Pivots.
I have used the following formula to successfully return the top 10 from the whole list:
=INDEX($A$1:$A$5000,MATCH(1,INDEX(($B$1:$B$5000=LARGE($B$1:$B$5000,ROWS(Z$1:Z1)))*(COUNTIF(Z$1:Z1,$A$1:$A$5000)=0),),0))
Column A = JobName, Column B = Value£, Column C = Project Manager, Column D= Financial Period
I now wish to add to it the Project Manager criteria, the Financial Period criteria - and, in fact, any other from the table as required.
Or indeed, use any other technique.
Many thanks in advance
Jim Wilkinson