Home : FIND
Q11534 - INFO: FIND

FIND (Primitive Spread Function) finds one text value within another. Returns the text value's position in the text you searched..

SYNTAX:

FIND(Find_text, Within_text, Start_num)

REMARKS:

Arguments are as follows:

Argument Description 
Find_text Text you are trying to find.If Find_text is "" (empty text), the FIND function matches the first character in the search string (that is, the character numbered Start_num or 1). Find_text cannot contain wildcard characters.


Within_text Text through which you are searching. 


Start_num (Optional) The character at which to start the search.
The first character in Within_text is character number 1. If you omit Start_num, it is assumed to be 1. 


The FIND function performs a case-specific search (for example, to specify a capital letter and not lower case letters). 

EXAMPLES:

FIND("P","FarPoint Technologies") equals 4
FIND("n","FarPoint Technologies",8) equals 14
FIND("G",A2,1)

Related Articles
Q11582 - INFO: REPLACE
Q11598 - INFO: SUBSTITUTE

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 8/26/2008 11:04 AM.
Last Modified on 8/26/2008 11:06 AM.
Last Modified by No Author Name Available!.
Article has been viewed 2929 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article