Re: =INDEX(C3:N22,MATCH(G26,B3:B22),MATCH(H26,C2:N2))



Yes that is correct.

Normally I do not think in terms of intersections. I think of any array as
having elements with 'names' like this

a(1,1) a(2,1) a(3,1) ......
a(2,1) a(2,2) a(2,3) ......
a(3,1) a(3,2) a(3,2) ......

So I think of the I and J in INDEX(range, I, J ) as the Cartesian
coordinates of the element.
As they say "Que une a son qout"
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Dave F" <DaveF@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FD3330CF-005F-4B1F-8696-1D216E92320A@xxxxxxxxxxxxxxxx
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.


.



Relevant Pages

  • Re: Arrays Intersection
    ... intersection of 2 one-dimensional integer arrays, ... I couldn't find anything related to "array intersection" in Fortran. ... you can best pass it on to a subroutine: ... subroutine intersect(array1, array2, result) ...
    (comp.lang.fortran)
  • Re: Arrays Intersection
    ... intersection of 2 one-dimensional integer arrays, ... I couldn't find anything related to "array intersection" in Fortran. ... Assumptions matter as unordered vrs ordered lists change things. ... After that consult a decent algorithm text for set ...
    (comp.lang.fortran)
  • Re: What is the name of this function...
    ... represents the rectangular intersection of two or more ranges.." ... The Union method would return the combination of two or more ranges. ... > =(some column array) ...
    (microsoft.public.excel.programming)
  • Re: Arrays Intersection
    ... intersection of 2 one-dimensional integer arrays, ... I couldn't find anything related to "array intersection" in Fortran. ...   values where the value is true if the element from the ... price of considerable algorithm complexity. ...
    (comp.lang.fortran)
  • Re: lookup with multiple returns
    ... order to match the correct *relative* row number of the INDEX function. ... So that the returned array corresponds to the "row positions" of the INDEX ... Microsoft Excel MVP ... I have a listing that keys on column A and I want to list the ...
    (microsoft.public.excel.worksheet.functions)