SimonGeoghegan
Board Regular
- Joined
- Nov 5, 2013
- Messages
- 68
Hi All,
I have a table with a number of risks in it across 50+ departments. I have a formula which provides me with the top 5 risks (based on risk score) across the entire building as a whole, however, I want to adapt this so that when I change the department via a combo box with a Cell Link and subsequent named range of "Department_Description" which just runs an index against the cell link to give me the name of the department.
The formula I have so far is:
=INDEX(Risks!$D$2:$D$2625,MATCH(1,INDEX((Risks!$E$2:$E$2625=LARGE(Risks!$E$2:$E$2625,ROWS(D$1:D1)))*(COUNTIF(D$1:D1,Risks!$D$2:$D$2625)=0),),0))
For the above:
Column D = column with Risk Names
Column E = column with Risk Scores
The column contain Department Names is Column A
This works brilliantly but I need to try and take it to the next level now however I don't have the knowledge to get to that stage.
If anyone can assist/advise on how I may be able to amend the formula above to take into account a department selection, I would very much appreciate it!
Hopefully it can be achieved!
Regards,
Simon
I have a table with a number of risks in it across 50+ departments. I have a formula which provides me with the top 5 risks (based on risk score) across the entire building as a whole, however, I want to adapt this so that when I change the department via a combo box with a Cell Link and subsequent named range of "Department_Description" which just runs an index against the cell link to give me the name of the department.
The formula I have so far is:
=INDEX(Risks!$D$2:$D$2625,MATCH(1,INDEX((Risks!$E$2:$E$2625=LARGE(Risks!$E$2:$E$2625,ROWS(D$1:D1)))*(COUNTIF(D$1:D1,Risks!$D$2:$D$2625)=0),),0))
For the above:
Column D = column with Risk Names
Column E = column with Risk Scores
The column contain Department Names is Column A
This works brilliantly but I need to try and take it to the next level now however I don't have the knowledge to get to that stage.
If anyone can assist/advise on how I may be able to amend the formula above to take into account a department selection, I would very much appreciate it!
Hopefully it can be achieved!
Regards,
Simon