afishi0nado
New Member
- Joined
- Apr 28, 2024
- Messages
- 2
- Office Version
- 2019
Hi,
I would like the spreadsheet in the photo to show a list of the tasks when they are highest priority.
I will manually fill in the a-b, a-c, as which is highest priority and then sum up at the bottom (at present using countif).
I would then like the list in cell b15 to show the highest task and link back to the task name, I have tried:
=if(($A$12=LARGE($A$12:$I$12, M1)),$B$1,if($B$12=LARGE($A$12:$I$12, M1),$C$2, if($C$12=LARGE($A$12:$I$12, M1),$D$3,if($D$12=LARGE($A$12:$I$12, M1),E4,if($E$12=LARGE($A$12:$I$12, M1),F5,if($F$12=LARGE($A$12:$I$12, M1),G6,if($G$12=LARGE($A$12:$I$12, M1,H7,if($H$12=LARGE($A$12:$I$12, M1),I8,if($I$12=LARGE($A$12:$I$12, M1),J9,if($J$12=LARGE($A$12:$I$12, M1),K10)))))))))))
However, this gives an error when it gets above 4.
If there are two tasks that tie, it will also only show the first one.
Is there a way of doing all this?
I don't know how to link my spreadsheet to the post, but if you let me know how, I will do this.
Thanks for any help offered
Tony
I would like the spreadsheet in the photo to show a list of the tasks when they are highest priority.
I will manually fill in the a-b, a-c, as which is highest priority and then sum up at the bottom (at present using countif).
I would then like the list in cell b15 to show the highest task and link back to the task name, I have tried:
=if(($A$12=LARGE($A$12:$I$12, M1)),$B$1,if($B$12=LARGE($A$12:$I$12, M1),$C$2, if($C$12=LARGE($A$12:$I$12, M1),$D$3,if($D$12=LARGE($A$12:$I$12, M1),E4,if($E$12=LARGE($A$12:$I$12, M1),F5,if($F$12=LARGE($A$12:$I$12, M1),G6,if($G$12=LARGE($A$12:$I$12, M1,H7,if($H$12=LARGE($A$12:$I$12, M1),I8,if($I$12=LARGE($A$12:$I$12, M1),J9,if($J$12=LARGE($A$12:$I$12, M1),K10)))))))))))
However, this gives an error when it gets above 4.
If there are two tasks that tie, it will also only show the first one.
Is there a way of doing all this?
I don't know how to link my spreadsheet to the post, but if you let me know how, I will do this.
Thanks for any help offered
Tony