Question

This is the scenario:

In cell A1 I have value "12".

In cell B1 I enter value "1".

In cell C1 I want to have value of Column "A" and row defined in cell B1.

How can I display the value "12"?

Was it helpful?

Solution

=INDIRECT("A"&B1)

Help page for INDIRECT function: https://support.google.com/drive/answer/3093377?hl=en-GB

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top