在Excel 2010中,将Sheet1的A1单元格内容与Sheet2的B2单元格内容相加,计算结果放在Sheet3的A1单元格中,则在Sheet3的A1单元格中应输入()。
A:=Sheet1$A1+Sheet2$B2
B:=Sheet1!A1+Sheet2!B2
C:Sheet1$A1+Sheet2!B2
D:Sheet1!A1+Sheet2$B2
出自:专升本