Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Number and Text Filters Examples in Excel
  • Understanding Anova in Excel
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • Add Outline to Data in Excel
  • Get column name from index in Excel Table

References

  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • Count rows with at least n matching values
  • How to calculate two-way lookup VLOOKUP in Excel Table
  • Get nth match with INDEX / MATCH in Excel
  • How to get last column number in range in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation must begin with
  • Excel Data validation only dates between
  • Excel Data validation exists in list
  • Excel Data validation must contain specific text

FIND, FINDB functions: Description, Usage, Syntax, Examples and Explanation

by

What are FIND, FINDB functions in Excel?

FIND and FINDB are Text functions in Microsoft Excel that locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.

Important:

  • FIND is intended for use with languages that use the single-byte character set (SBCS), whereas FINDB is intended for use with languages that use the double-byte character set (DBCS). The default language setting on your computer affects the return value in the following way:
  • FIND always counts each character, whether single-byte or double-byte, as 1, no matter what the default language setting is.
  • FINDB counts each double-byte character as 2 when you have enabled the editing of a language that supports DBCS and then set it as the default language. Otherwise, FINDB counts each character as 1.
  • These functions may not be available in all languages.

The languages that support DBCS include Japanese, Chinese (Simplified), Chinese (Traditional), and Korean.

Syntax of FIND, FINDB functions

FIND(find_text, within_text, [start_num])

FINDB(find_text, within_text, [start_num])

The FIND and FINDB function syntax has the following arguments:

  • Find_text    Required. The text you want to find.
  • Within_text    Required. The text containing the text you want to find.
  • Start_num    Optional. Specifies 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.

FIND, FINDB formula explanation

  • If find_text is “” (empty text), FIND matches the first character in the search string (that is, the character numbered start_num or 1).
  • FIND and FINDB are case sensitive and don’t allow wildcard characters. If you don’t want to do a case sensitive search or use wildcard characters, you can use SEARCH and SEARCHB.
  • Find_text cannot contain any wildcard characters.
  • If find_text does not appear in within_text, FIND and FINDB return the #VALUE! error value.
  • If start_num is not greater than zero, FIND and FINDB return the #VALUE! error value.
  • If start_num is greater than the length of within_text, FIND and FINDB return the #VALUE! error value.
  • Use start_num to skip a specified number of characters. Using FIND as an example, suppose you are working with the text string “AYF0093.YoungMensApparel”. To find the number of the first “Y” in the descriptive part of the text string, set start_num equal to 8 so that the serial-number portion of the text is not searched. FIND begins with character 8, finds find_text at the next character, and returns the number 9. FIND always returns the number of characters from the start of within_text, counting the characters you skip if start_num is greater than 1.

Examples of FIND, FINDB functions

Steps to follow:

1. Open a new Excel worksheet.

2. Copy data in the following table below and paste it in cell A1

Note: For formulas to show results, select them, press F2 key on your keyboard and then press Enter.

You can adjust the column widths to see all the data, if need be.

Data
Miriam McGovern
Formula Description Result
=FIND(“M”,A2) Position of the first “M” in cell A2 1
=FIND(“m”,A2) Position of the first “M” in cell A2 6
=FIND(“M”,A2,3) Position of the first “M” in cell A2, starting with the third character 8

Example 2

Data
Ceramic Insulators #124-TD45-87
Copper Coils #12-671-6772
Variable Resistors #116010
Formula Description (Result) Result
=MID(A2,1,FIND(” #”,A2,1)-1) Extracts text from position 1 to the position of “#” in cell A2 (Ceramic Insulators) Ceramic Insulators
=MID(A3,1,FIND(” #”,A3,1)-1) Extracts text from position 1 to the position of “#” in cell A3 (Copper Coils) Copper Coils
=MID(A4,1,FIND(” #”,A4,1)-1) Extracts text from position 1 to the position of “#” in cell A4 (Variable Resistors) Variable Resistors

Post navigation

Previous Post:

CUBEVALUE function: Description, Usage, Syntax, Examples and Explanation

Next Post:

CLEAN function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF with wildcards in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel

Date Time

  • Add workdays to date custom weekends in Excel
  • Get first day of month in Excel
  • YEAR function: Description, Usage, Syntax, Examples and Explanation
  • How to get same date next month or previous month in Excel
  • Get age from birthday in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Map text to numbers in Excel
  • Group times into unequal buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • Running count group by n size in Excel

General

  • How to count total number of cells in a rectangular range in Excel
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • List sheet names with formula in Excel
  • Check if multiple cells have same value in Excel
  • How to count total columns in range in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning