Google spreadsheet get cell value with row and column index
问题 How we can get value from a cell in google spreadsheet? I have row and column index from ROW() and COLUMN() - 1. In other words what is the other way to do "=B1" i have row as 1 and column as 2. Any suggestion, a single spreadsheet query. other than add function to spreadsheet. 回答1: Say the row number is in A1, and the column number is in A2, any of these should work: =OFFSET(A1;A1-1;A2-1) =INDIRECT("R"&A1&"C"&A2) =INDEX(A1:400000;A1;A2) 回答2: To do so use indirect() as such: =indirect("'PAGE