Thread: Array Question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
keeblerjp
 
Posts: n/a
Default Array Question

I have this array...
=INDEX($A$1:$A$92,SMALL(IF(ISNA(MATCH($A$1:$A$91,R oomList!$E$11:$E$44,0)),ROW($A$1:$A$91),92),ROW(1: 91))) & ""

But it only reads one column the $E$11:$E$44 but i keep trying to get it to
read the column next to it, but it does not like $E$11:$F$44 in the formula.