Well I wasn't aware of TOPN, so thanks for that but no,Maybe you are looking for TOPN?
Book1 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | |||
1 | |||||||||||||
2 | |||||||||||||
3 | Sales Rep | Amount | Product | Row Labels | 2ndLargest | ||||||||
4 | Gigi | 3933 | RRP | ABC | $4.831 | ||||||||
5 | Tom | 4831 | ABC | RRP | $2.674 | ||||||||
6 | Dirk | 5873 | ABC | Grand Total | $2.393 | ||||||||
7 | Paula | 2393 | ABC | ||||||||||
8 | Jody | 1564 | RRP | =Maxx(TOPN(2;Table1;[Amount];ASC);[Amount]) | |||||||||
9 | Miriam | 2674 | RRP | ||||||||||
10 | Ian | 4021 | RRP | ||||||||||
11 | |||||||||||||
Sheet1 |
You've used semi colon , I've never used them except in excel ,( rows, column) , I can see what it's supposed to do but have yet to get a value returned ? I've tried MIN( TOPN(2, Table1), Table1[Value]) , but this doesn't work.Sorry, max should be min obviously. I must have been distracked this morning.
If TOPN returns a table, one can get min from that table.
Oh, thanks, I didn't know that, so thanks for letting me know that, so in excelYes, I'm on EU settings, so my ";" is your ",". I usely do think to update it, but not always.
Did you try with MINX?
COUNTIFS(B2:B11,{"hoodie","Shirt"},C2:C11,{"S";"L"})