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

备考刷题,请到

CDA认证小程序

Spreadsheet tools contain many functions for processing and calculating spreadsheet data. Which of the following belongs to text functions in spreadsheet tools?
A. date
B. vlookup
C. left
D. count
上一题
下一题
收藏
点赞
评论
题目解析
题目评论(0)

left is a function that takes consecutive characters from the left, it is a text function, so C is correct.

正确答案是C: LEFT。

专业分析:
在电子表格工具中,函数可以分为多种类型,包括日期函数、查找和引用函数、文本函数和统计函数等。

A: DATE - 这是一个日期函数,用于生成特定的日期值。
B: VLOOKUP - 这是一个查找和引用函数,用于在表格中按行查找数据。
C: LEFT - 这是一个文本函数,用于从文本字符串的左边提取指定数量的字符。
D: COUNT - 这是一个统计函数,用于计算数值单元格的数量。

因此,LEFT 函数属于文本函数,它的作用是从给定的文本字符串中提取指定数量的字符,这显然是处理文本数据的功能。