SEARCH

Returns the position of a text segment within a character string. You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive. If the text is not found, returns error 519 (#VALUE).

The search supports wildcards or regular expressions. With regular expressions enabled, you can enter "all.*", for example to find the first location of "all" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every regular expression metacharacter or operator with a "\" character, or enclose the text into \Q...\E. You can switch the automatic evaluation of wildcards or regular expression on and off in - LibreOffice Calc - Calculate.

warning

Kiam vi uzas funkciojn kie unu aŭ pliaj argumentoj estas serĉaj kriterioj kiuj prezentas regulan esprimon, la unua provo estas konverti la kriterion al numeroj. Ekzemple, ".0" konvertiĝos al 0.0 kaj tiel plu. Se sukcesas, la kongruo ne estos regulesprima kongruo sed numera kongruo. Tamen, ŝalti al lokaĵaro kie la dekuma apartigilo ne estas punkto, funkciigas la regulespriman konverton. Por devigi kalkuli regulan esprimon anstataŭ numeran esprimon, uzu esprimon kiu ne estas mislegebla kiel numera, ekzemple ".[0]" aŭ ".\0" aŭ "(?i).0".


Sintakso

SEARCH("FindText"; "Text" [; Position])

Numero estas la numero formatota.

Text is the text where the search will take place.

Position (optional) is the position in the text where the search is to start.

Ekzemplo

=SEARCH(54;998877665544) returns 10.

Bonvolu subteni nin!