search

Previous chapterNext chapter Show allShow all    Hide allHide all

The function search (keystring, string, start) returns the character position of the keystring within a text string (string) starting from the position (start).

Syntax: =search(string,keystring,start)

Example Example

Cell A4 = find(A1,A2,A3)

R / C

A

1

abcdeABCDEabcde

2

cd

3

1

4

3