What is the correct way to refer the cell A10 on sheet3 from sheet1?
A. Sheet3!A10
B. Sheet1!A10
C. Sheet3.A10
D. A10
Answer: Option A
Solution (By Examveda Team)
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
This answer is wrong answer must be B
Right ans is option B
It is wrong answer. Right ans is option B
ans should be B.
option should be B cause we are referencing cell from sheet 1 to sheet 3. So and before give answer A first try practical and use = sign before sheet1!a10 command.