Hi there !
I'm facing a big challenge ...
I'm starting with this formula:
=LARGE(X$2274:X$2793,1)
=LARGE(X$2274:X$2793,2)
...
I have 3 arrays to consider:
X174:X693 => quantity for seller 1
X699:X1218 => quantity for seller 2
X1749:X2268 => gap of the evolution of quantity versus last year
In W column, there is the product ID, same for both sellers and so for the gap
so it looks like:
Seller 1
Produtc ID Quantities
1 5
2 300
3 58
Seller 2
Produtc ID Quantities
1 54
2 210
3 75
Evol of gaps (based on data from last year)
Produtc ID Quantities
1 30%
2 110%
3 58%
My goal is to rank the biggest gaps for the same products. But as I don't want to consider small quantities, I'd like to retain only quantity per seller and per product >= 50 in the calculated array.
In my head, it sounds like :
=Large( X$2274:X$2793 - (match (all product ID cells which have as quantity <50 in X$174:X$693 ) in X$2274:X$2793) - (match (all product ID cells which have as quantity <50 in X$174:X$693 ) in X$2274:X$2793), 1)
I've search on the net but cannot find anything... :/
Thank you for you help![]()
Bookmarks