Hi everyone,
I have a minor hurdle that I have been slamming my hand in the desk drawer over and hoping an Excel Yoda can assist....
I want to Filter the below table and return the records based on the number sold for a region.
I can get it to work without restricting the region (formula in W3), however when I want to factor in the Region I can't quite get it to work (formula in W13).
I thought I would need to do it with an INDEX but maybe that is where I am going wrong and overly complicating it.
Any idea's legends?
Thanks
JD
=INDEX(SORT(FILTER($H$5:$K$18,($K$5:$K$18>=LARGE($K$5:$K$18,$K$2))*($J$5:$J$18=$I$2)),4,-1),,1)
I have a minor hurdle that I have been slamming my hand in the desk drawer over and hoping an Excel Yoda can assist....
I want to Filter the below table and return the records based on the number sold for a region.
I can get it to work without restricting the region (formula in W3), however when I want to factor in the Region I can't quite get it to work (formula in W13).
I thought I would need to do it with an INDEX but maybe that is where I am going wrong and overly complicating it.
Any idea's legends?
Thanks
JD
=INDEX(SORT(FILTER($H$5:$K$18,($K$5:$K$18>=LARGE($K$5:$K$18,$K$2))*($J$5:$J$18=$I$2)),4,-1),,1)