How do I use Cell reference in a formula when using Index?

Capitalg
Capitalg ✭
edited 05/15/25 in Formulas and Functions

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)

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!