may i know how to enable
(CELL A1 in SHEET1)
=INDIRECT('SHEET2.A1')
to drag through columns and rows accordingly without having to type it out one by one
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use a cell reference in the
Indirect()function, which resolves to the value in the referenced cell. Given Sheet1:And these values and formulas in Sheet2:
The values in Sheet2 look like this:
It is easy to then fill-down (drag fomulas down) that auto-increment the cell references in column A, and the indirect formulas in column B.