View Single Post
  #2   Report Post  
mangesh_yadav
 
Posts: n/a
Default


Hi Biff,

Try entering the following in a cell
=INDEX(A1:A5,0)

Case 1: as an array formula, and
Case 2: as a simple formula

In the first case, it returns 11 (and if you drag down, the subsequent
numbers). In the second case, it returns #VALUE and the same for
dragging down.

In you main formula, the above part is treated as an array formula and
so you get 11 in the first case, whereas in the subsequent cases
instead of 0 you get #NUM as the second argument for the index function
and so you get #NUM

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=375888