Q77
What is the correct way to refer the cell A10 on sheet3 from sheet1?
A.
Sheet3!A10
AnswerB.
Sheet1!A10
C.
Sheet3.A10
D.
A10
Answer: Option A
Solution
Answer: Option A
Solution:
First we use the name of sheet, then put an exclamation mark, at the end give the cell reference.It would be look like =Sheet3!A10