by FJCC » Tue May 05, 2020 4:17 pm
You can do this a few different ways. Let's say the numeric value is in C1. Any of the following might fit your needs.
- Code: Select all Expand viewCollapse view
=INDIRECT("A" & C1)
=OFFSET(A1;C1-1;0)
=INDEX(A1:A10;C1)
Windows 10 and Linux Mint, since 2017
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.