Question: Which formula returns the value in cell A1 of the worksheet named MySheet?

  1. =MySheet!A1
  2. =MySheet_A1
  3. =MySheet&A1
  4. =MySheet@A1

Answer: The correct answer of the above question is Option A:=MySheet!A1