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

备考刷题,请到

CDA认证小程序

There are many functions used to process and calculate spreadsheet data in spreadsheet tools. Which of the following belongs to the text functions in spreadsheet tools?
A. date
B. vlookup
C. right
D. count
上一题
下一题
收藏
点赞
评论
题目解析
题目评论(0)

right is a function that takes a substring from the right side. It is a text function.

正确答案是C: right。

分析:
- A: date 是日期函数,用于处理和计算日期数据。
- B: vlookup 是查找函数,用于在表格中查找数据。
- C: right 是文本函数,用于从文本字符串的右侧提取指定数量的字符。
- D: count 是统计函数,用于计算数字单元格的数量。

因此,right 函数属于文本函数。