Is there a way to use a cell value as a parm in a canned function?
You can use the INDIRECT function to build a reference from text. Give this
a try...
=INDEX(INDIRECT(K1&":"&L1),MATCH(J2,E5:E748,0),1)
Rick
"Rich" wrote in message
...
Using: =INDEX(A5:A748,MATCH(J2,E5:E748,0),1)
The first parm of INDEX is an array spec. Is there a way I can use the
value of cell K1 (which would contain A5) and the value of cell L1 (which
would contain A748) in the function?
|