:"Usage of the SEARCH function in Excel: Locating specific characters in text"-Table skills免费ppt模版下载-道格办公

"Usage of the SEARCH function in Excel: Locating specific characters in text"

```html
  • Graphic Skills
  • Case

The SEARCH function returns the number of a specific character at the position starting from start_num where the specific character or text string is first found.

Use SEARCH to determine the position of characters or text strings within other text strings so that you can use the MID or REPLACE function to change the text.

SyntaxSEARCH(find_text,within_text,start_num)

Find_text is the text to find. You can use wildcard characters in find_text, including question mark (?) and asterisk (*). Question mark can match any single character, and asterisk can match any string of characters. If you want to find a real question mark or asterisk, type a tilde (~) before the character.

Within_text is the text within which find_text is to be found.

Start_num is the number of the character in within_text where the search begins.

Notes

  • SEARCH is not case-sensitive when finding text.
  • SEARCH is similar to FIND, but FIND is case-sensitive.
  • If find_text is not found, the error value #VALUE! is returned.
  • If start_num is omitted, it is assumed to be 1.
  • If start_num is not greater than 0 (zero) or greater than within_text, the error value #VALUE! is returned.

Like (810)
Reward 支付宝扫一扫 支付宝扫一扫
single-end

Related Suggestion