Hi all
can anyone help:
Heres my original formula for an array lookup and its working fine but I get #NUM! errors when it cant find any more matches so I found a IFERROR formula modified it to fit mine but it doesnt work: where have I gone wrong - I am entering it as an array CTRL SHIFT ENTER:
original
=INDEX(Lookup!$B$1:$F$6499,SMALL(IF(Lookup!$B$1:$B$6499=$A3,ROW(Lookup!$B$1:$B$6499)),ROW($A$1:$M$1)),5)
New
=IFERROR (INDEX(Lookup!$B$1:$F$6499,SMALL(IF(Lookup!$B$1:$B$6499="$A2",ROW(Lookup!$B$1:$B$6499)),ROW($A$1:$M$1)),5),"")
thanks
Laura
can anyone help:
Heres my original formula for an array lookup and its working fine but I get #NUM! errors when it cant find any more matches so I found a IFERROR formula modified it to fit mine but it doesnt work: where have I gone wrong - I am entering it as an array CTRL SHIFT ENTER:
original
=INDEX(Lookup!$B$1:$F$6499,SMALL(IF(Lookup!$B$1:$B$6499=$A3,ROW(Lookup!$B$1:$B$6499)),ROW($A$1:$M$1)),5)
New
=IFERROR (INDEX(Lookup!$B$1:$F$6499,SMALL(IF(Lookup!$B$1:$B$6499="$A2",ROW(Lookup!$B$1:$B$6499)),ROW($A$1:$M$1)),5),"")
thanks
Laura