|
By:
Solved the problem by doing a google
Formula answer was an array ~ {=MODE(IF(SUBTOTAL(3,OFFSET(Stake,ROW(Stake)-MIN(ROW(Stake)),0,1)),Stake*{1,1}))} Stake being the named range for C6:C500 | ||||||||||||||||||||||
|
By:
You can't with SUBTOTAL. SUBTOTAL(x,A1:A100) applies one of the following functions to the filtered range dependant on the value of x as per below. An array formula as per what you have done is the best way, I think.
| ||||||||||||||||||||||
|
By:
Thanks for the reply bushy
The array formula works fine as posted I tried all sorts of things with SUBTOTAL and was getting frustrated that I could not solve it myself, so resorted to posting and googling Cheers [:D] |