![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Text > FIND |
FIND(find_text, within_text [,start_num]) |
| Returns the position of a substring within a larger text string. |
| find_text | The text you want to find. | |
| within_text | The text containing the text you want to find. | |
| start_num | The character at which to start the search. |
| REMARKS |
| This function is case sensitive. For a non-case sensitive search, use the SEARCH() function. | ||
| If "find_text" does not appear in "within_text", then #VALUE! is returned. | ||
| If "start_num" > the length of "within_text", then #VALUE! is returned. | ||
| If "start_num" < 0, then #VALUE! is returned. | ||
| If "start_num" is left blank, then 1 is used. | ||
| Any blank spaces or punctuation marks count as individual characters. | ||
| There is also a FINDB() function which can be used with languages that a double-byte character set. |
| EXAMPLES |
|
| Functions - F | Index - F | Text Manipulation | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |