考试报名
考试报名
考试内容
考试大纲
在线客服
返回顶部

备考刷题,请到

CDA认证小程序

Spreadsheet data is referenced first then calculated. Which description about referencing and calculating spreadsheet data is incorrect?
A. Cell values from other worksheets can be referenced in calculations
B. Cells are the basic units of referencing and calculating
C. Calculations can be done between cell ranges
D. Cells from other workbooks cannot be referenced
上一题
下一题
收藏
点赞
评论
题目解析
题目评论(0)

Cells from other workbooks can be referenced, so D is incorrect.

正确答案是D: Cells from other workbooks cannot be referenced。

专业分析如下:

A: Cell values from other worksheets can be referenced in calculations(单元格值可以从其他工作表中引用进行计算)
这是正确的描述。在电子表格软件(如Excel)中,可以引用其他工作表中的单元格值进行计算。例如,可以使用公式`Sheet2!A1`来引用Sheet2中的A1单元格。

B: Cells are the basic units of referencing and calculating(单元格是引用和计算的基本单位)
这是正确的描述。在电子表格中,单元格是最基本的单位,所有的数据输入、引用和计算都是基于单元格进行的。

C: Calculations can be done between cell ranges(计算可以在单元格范围之间进行)
这是正确的描述。电子表格软件允许在单元格范围之间进行计算。例如,可以使用SUM函数计算一个单元格范围内所有单元格的总和,如`=SUM(A1:A10)`。

D: Cells from other workbooks cannot be referenced(不能引用其他工作簿中的单元格)
这是不正确的描述。在电子表格软件中,可以引用其他工作簿中的单元格。例如,可以使用公式`[WorkbookName.xlsx]Sheet1!A1`来引用另一个工作簿中的单元格。

因此,选项D是不正确的描述。