View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default =INDEX(C3:N22,MATCH(G26,B3:B22),MATCH(H26,C2:N2))

That is correct!

Biff

"Dave F" wrote in message
...
I just created this formula, and it works correctly, however I'm trying to
understand WHY it works.

As I understand it, INDEX can be used to find the value of an intersection
of a row and column in an array? =MATCH(G26,B3:B22) = 8 and
=MATCH(H26,C2:N2) = 9

So the INDEX function returns the value at the intersection of the eighth
row and ninth column in the above array.

Is this correct?

Dave


--
Brevity is the soul of wit.