Related Topics:

Spreadsheet Mathematical Functions

Function Wizard Functions

SEARCHB

Description: Returns the number of the double-byte character at which a specific character or text string is first found, reading from left to right. SEARCHB is not case sensitive and can include wildcard characters.

Syntax: SEARCHB(Find_text, Within_text, [Start_num])

Remarks:

Example:

In the following example, SEARCHB returns 3 because each character is counted by its bytes; the first character has 2 bytes, so the second character begins at byte 3.

 

© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.