I have a simple table that has the following columns (along with other columns),
ZZZ YYY
10 15
and I would like to replace the ZZZ and YYY in the following formula
=INDEX([Thing1]ZZZ:[Thing2]YYY, 1, 1)
With the data from the columns above so that the resulting formula would be:
=INDEX([Thing1]10:[Thing2]15, 1, 1)