H
Howard
I have reason to believe the second formula is correct syntac for a dymamic table_array, adapted from the first.
I do not understand the U1 and V1 comments.
What would my simple formula at the bottom look like when E1:F6 becomes a dynamic table_array?
'=VLOOKUP($R$3,ATTRIBUTION_FACTSET!$M$60:$P$73,2,0)
'=VLOOKUP($R$3,INDIRECT("ATTRIBUTION_FACTSET"&"!M"&U1&""&V1),2,FALSE)
" ...the data I am looking for wont always be in the range M6073.
The idea being that U1 and V1 would be numbers that can change so in this case
U1 would equal 60 and V1 would equal 73"
'=VLOOKUP(B4,Sheet1!E1:F6,2,0)
Thanks.
Howard
I do not understand the U1 and V1 comments.
What would my simple formula at the bottom look like when E1:F6 becomes a dynamic table_array?
'=VLOOKUP($R$3,ATTRIBUTION_FACTSET!$M$60:$P$73,2,0)
'=VLOOKUP($R$3,INDIRECT("ATTRIBUTION_FACTSET"&"!M"&U1&""&V1),2,FALSE)
" ...the data I am looking for wont always be in the range M6073.
The idea being that U1 and V1 would be numbers that can change so in this case
U1 would equal 60 and V1 would equal 73"
'=VLOOKUP(B4,Sheet1!E1:F6,2,0)
Thanks.
Howard