Hi!
I'm having a difficulty using LARGE and SMALL.
I want to return the 1st to 5th value of an array (each in a different row) choosing months as criteria.
While the LARGE formula works fine, when I replace the LARGE() formula for the SMALL() leaving everything else unchanged, the formula returns ZERO and there are no ZEROS in the original data!
Here is the function:
=SMALL((MONTH($B$2:$B$2282)>4)*(MONTH($B$2:$B$2282)<11)*(J$33=$C$2:$C$2282)*($M$2:$M$2282);1)
Range [M2:M2282] represents the original data where I want to extract values from.
Thank you for your help!
Bookmarks