Over 2 million + professionals use CFI to learn accounting, financial analysis, modeling and more. Unlock the essentials of corporate finance with our free resources and get an exclusive sneak peek at the first module of each course.
Start Free
What is the FIND Function?
The FIND Function[1] is categorized under Excel TEXT functions. The function will return the position of a specified character or sub-string within a supplied text string.
In financial analysis, we can use this function to locate specific data.
FIND Function Formula
=FIND(find_text, within_text, [start_num])
The FIND function uses the following arguments:
Find_text (required argument) – This is the character or sub-string we wish to find.
Within_text (required argument) – The text string that we need to search.
Start_num (optional argument) – Specifies the position in the within_text string, from which the search should begin. If we omit the argument, it will take on the default value of 1, that is, it will begin the search at the start of the within_text string.
How to use the FIND Function in Excel?
As a worksheet function, FIND can be entered as part of a formula in a cell of a worksheet. To understand the uses of the function, let us consider an example:
Example 1
Suppose we wish to find certain characters from the data below:
Data is not correct
Revenue grew by 5%
Original Text
The results in Excel are shown in the screenshot below:
Note that in the above spreadsheet:
Due to the case-sensitivity of the FIND function, the uppercase and lowercase find_text values, “T” and “t”, will return different results.
If we kept the [start_num] argument to 4, the search begins at the fourth character of the within_text string.
A few things to remember about the FIND Function:
The FIND function will return the location of the first instance of find_text in within_text.
The location is returned as the number of characters from the start of within_text.
Start_num is optional and defaults to 1.
FIND will return a #VALUE error if find_text is not found in within_text.
The function is case-sensitive and does not support wildcards.
We can use the SEARCH function to search without case-sensitivity and/or to use wildcards.
Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions and enrolling in the CFI Financial Analyst Program you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:
To master the art of Excel, check out CFI’s Excel Crash Course, which teaches you how to become an Excel power user. Learn the most important formulas, functions, and shortcuts to become confident in your financial analysis.
Take your learning and productivity to the next level with our Premium Templates.
Upgrading to a paid membership gives you access to our extensive collection of plug-and-play Templates designed to power your performance—as well as CFI's full course catalog and accredited Certification Programs.
Gain unlimited access to more than 250 productivity Templates, CFI's full course catalog and accredited Certification Programs, hundreds of resources, expert reviews and support, the chance to work with real-world finance and research tools, and more.