close

I have two worksheets that are identical in the same workbook

=SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL(quot;Rowquot;,$R$4:$R$39) 1,$R$4:$R$39),AO5)

works just fine on the first worksheet as an array formula

But
=SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL(quot;Rowquot;,$R$4:$R$39) 1,$R$4:$R$39),AO5)

Doesn't work on the second worksheet as an array formula

What am I doing wrong??Check your formulas that deal with the sums and you will find your problem.

Happy New Year

quot;Bradquot; wrote:

gt; I have two worksheets that are identical in the same workbook
gt;
gt; =SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL(quot;Rowquot;,$R$4:$R$39) 1,$R$4:$R$39),AO5)
gt;
gt; works just fine on the first worksheet as an array formula
gt;
gt; But
gt; =SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL(quot;Rowquot;,$R$4:$R$39) 1,$R$4:$R$39),AO5)
gt;
gt; Doesn't work on the second worksheet as an array formula
gt;
gt; What am I doing wrong??
gt;

Since those formulas are exactly the same, I'd guess that you didn't array enter
one of them or maybe your data doesn't contain enough numeric data.

maybe wrapping your formula with a check:

=if(count($r$4:$R$39)lt;a05,quot;not enough numbersquot;,.....

Brad wrote:
gt;
gt; I have two worksheets that are identical in the same workbook
gt;
gt; =SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL(quot;Rowquot;,$R$4:$R$39) 1,$R$4:$R$39),AO5)
gt;
gt; works just fine on the first worksheet as an array formula
gt;
gt; But
gt; =SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL(quot;Rowquot;,$R$4:$R$39) 1,$R$4:$R$39),AO5)
gt;
gt; Doesn't work on the second worksheet as an array formula
gt;
gt; What am I doing wrong??

--

Dave Peterson

全站熱搜
創作者介紹
創作者 software 的頭像
software

software

software 發表在 痞客邦 留言(0) 人氣()