跳至主要内容
Workday User Guide
上次更新时间 :2023-06-23
SEARCH

SEARCH

描述

在指定的文本字符串中搜索子字符串。返回 Find_text 在 within_text 中的位置。搜索不区分大小写。对于区分大小写的搜索,请使用 FIND。

语法

SEARCH(
find_text
,
within_text
, [
start_num
])
  • find_text
    :要在字符串中查找的文本。
  • within_text
    :要搜索的文本。
  • start_num
    :搜索的起始位置。

示例

公式
结果
=SEARCH("sales",A1)
其中,单元格 A1 包含
区域销售经理
10