R
Ron H
Hello,
In a previous thread I got a nice solution to a lookup problem I ha
with the INDEX/MATCH functions.
I would like to learn exactly what the formula does so I understand i
completely rather than just copy it in the future.
I understand all apects of the following formula except for one:
What is the "1" for in "MATCH(1,"?
Thank you for any responses.
Ron Hekier
(Portion from previous thread follows)
---------------------------------------
Hi
try the following array formula (entered with CTRL+SHIFT+ENTER):
=INDEX('sheet2'!$E$1:$E$100,MATCH(1,('sheet2'!$A$1
:$A$100=A1)*('sheet2'
!$C$1:$C$100=C1)*('sheet2'!$D$1:$D$100=D1),0))
In a previous thread I got a nice solution to a lookup problem I ha
with the INDEX/MATCH functions.
I would like to learn exactly what the formula does so I understand i
completely rather than just copy it in the future.
I understand all apects of the following formula except for one:
What is the "1" for in "MATCH(1,"?
Thank you for any responses.
Ron Hekier
(Portion from previous thread follows)
---------------------------------------
Hi
try the following array formula (entered with CTRL+SHIFT+ENTER):
=INDEX('sheet2'!$E$1:$E$100,MATCH(1,('sheet2'!$A$1
:$A$100=A1)*('sheet2'
!$C$1:$C$100=C1)*('sheet2'!$D$1:$D$100=D1),0))