How to use the Search function in Excel
When working with Excel, the number of numbers and data you have to deal with is certainly not small. And if to search for a character or content in all the data manually, this will not be easy.
If you are struggling with data on Excel, you can use the Sreach function. Search function on Excel will help you to search for a paragraph, a sequence of characters in the entire content. From there, you can know the exact location of the word you want to find to serve your implementation needs. In the following article, we will show you how to use the Search function in Excel
First of all, the Search function in Excel has the following formula :
SEARCH (find text, within text, start num)
Inside:
- SEARCH: name of the search function.
- Find text: is the character, text you want to search.
- Within text: is the text, the character string to be searched.
- Start num: search start position.
Step 1:
We will start with the following example so you can understand how to use the Search function in Excel. For example, I want to find the word "a" in the word "Award" .
Step 2:
We will have the formula of Search function corresponding to the content and requirements in Excel on: = Search (B5, B4, C5)
Inside:
- SEARCH: function name used.
- B5: The object to find is in column B5, but here is the letter "a".
- B4: Where to search for characters in "Award" is in column B4.
- C5: The search position is equal to 1, starting with the first letter, or you can skip this step because the system will default to the first letter, possibly replacing C5 with the desired number of positions.
Type Search in any cell in the table and press Enter as shown.
Step 3:
After you press Enter, the result will return as the order and position of the word you want to find in the character sequence. It means that the word "a" will be in 3rd place in "Award" .
Note to readers, with characters including spaces , we need to count the space characters to get the correct position of the character to search.
For example, I want to find the letter "n" in the word "Perform". The returned result will be 9, meaning the "n" in the 9th place in the "Representation" includes the space in the word.
Above is how to use the Search function in Excel. With this function, you can find the exact position, order of certain characters in the data range, or text strings that are not case sensitive. Don't ignore this simple Search function to be able to process Excel data tables more efficiently and quickly.
Refer to the following articles:
- Summary of expensive shortcuts in Microsoft Excel
- These are the most basic functions in Excel that you need to understand
- 10 ways to recover corrupted Excel files
I wish you all success!
You should read it
- Instructions for searching and replacing in Excel tables
- How to use the LEN function in Excel
- Basic Excel functions that anyone must know
- How to use Excel's VALUE function
- How to use NORMDIST function in Excel
- MS Excel 2007 - Lesson 6: Calculation in Excel
- MS Excel - Lesson 5: Excel formulas and functions
- Look up data in Excel tables: Replace VLOOKUP with INDEX and MATCH
May be interested
- How to Search for Words in Excelan excel document can be overwhelming to look through. thankfully, you can use the search function to conveniently locate a particular word, or group of words, in an excel worksheet. launch ms excel. do this by clicking on its icon in your...
- How to use the FIND and REPLACE functions in Excel?when working with excel spreadsheets with big data, finding and replacing data cells if you do it manually will be very time consuming.
- How to use the LEN function in Excelthe len function in excel is used to measure the length of a certain string of characters, including spaces and correctly return the total character for the user.
- Vlookup function in Excelvlookup is a column value search function that is one of the most used search functions. you've probably heard of the vlookup function but don't know how to use the vlookup function yet. the following article shows you how to use the vlookup function t
- How to use COUNTIF function on Excelthe countif function on excel is the cell count function to satisfy the given condition, often used in statistics tables.
- How to use the MOD function and QUOTIENT function in Excelinjury in excel has many ways of doing it, can be used manually or using the calculation function.
- 8 little-known Excel functions that can save you a lot of workeven seasoned excel users often find themselves stuck performing tasks manually that could be automated with a few clever functions.
- How to use MID functions to get strings in Excelmid function in excel is a function that takes the middle character string corresponding to the value that the user requires to perform.
- Instructions for finding names in Excelto find names in excel users have many different ways of performing, depending on the content requirements.
- How to use Excel's VALUE functionexcel's value function will convert a string to a digital form, which can be combined with other functions such as left function, right function, mid function.