Hi,
I have a list of numbers and want to sort it while checking for criteria. My thought was to use
in cell B2 and extend it down. Without the IF function it works fine, but with it it acts real strange. It show a list that is in order, but the first number for example doesn't comply with criteria. Then the third and fourth cells show a #NUM! error. The real strange thing is when I select the formula and press F9 to preview the outcome, it show the right outcome.
Thoughts?
I have a list of numbers and want to sort it while checking for criteria. My thought was to use
Excel Formula:
=SMALL(IF($A$2:$A$11>$C$1,$A$2:$A$11,99),COUNTA($B$1:B1)+1)
Thoughts?