#Num error in Array
It looks like you need to adjust the range for Column AN. Assuming that
the formula is entered in AO1 and copied down, try...
=INDEX(GCData!AM$3:AM$19,SMALL(IF(GCData!AN$3:AN$1 9=1,ROW(GCData!AN$3:AN$
19)-ROW(GCData!AN$3)+1),ROWS(AO$1:AO1)))
....confirmed with CONTROL+SHIFT+ENTER.
Hope this helps!
In article ,
Ben Dummar wrote:
Biff,
It returns the number "3".
The cells in column AN display the following?
AN3:AN6 1
AN7
AN8 1
AN9
AN10 1
AN11
AN12:AN19 1
....
"Biff" wrote:
Hi!
There's nothing wrong with your formula.
Are you sure the 4th occurrence is a match?
What does this return:
=COUNTIF(GCData!AN$1:AN$5,1)
The 4th instance may be a TEXT value?
Biff
"Ben Dummar" wrote in message
...
Hello,
I have the following array in the first cell. The array works great on
rows
1-3:
=INDEX(GCData!AM:AM,SMALL(IF(GCData!AN$1:AN$5=1,RO W($1:$5)),ROW(1:1)))
when it reaches the 4th occurences it gives the #num error, below is the
code in the 4th cell or row.
=INDEX(GCData!AM:AM,SMALL(IF(GCData!AN$1:AN$5=1,RO W($1:$5)),ROW(4:4)))
What can I do to fix the array?
|