Google电子表格:使用值作为行号

tzi*_*ppy 3 google-sheets

我有一个来自 cell 中函数的返回值A1。假设它是51. 我如何使用这个值作为行号。我不想51输入,但我想要 cell in cellA1中的值。有公式吗?A51A1

Max*_*rov 7

使用间接:

= indirect ("A"& 51)
Run Code Online (Sandbox Code Playgroud)