View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sean[_3_] Sean[_3_] is offline
external usenet poster
 
Posts: 3
Default INDEX function (array type)

Maybe I'm missing a trick here.

The formula =INDEX({1,2,3},1,2) will return the value 2

The formula =INDEX(A1,1,2) where the cell A1 contains the array
constant ={1,2,3} will return a #REF! error

Why does this happen and what is wrong with referencing a array in a
cell?