_В этой статье мы узнаем, как использовать функцию ПОИСК в Microsoft Excel. _

_Функция ПОИСК MS-Excel возвращает позицию первого символа подстроки или search_text в строке. Функция не различает прописные и строчные буквы во время поиска. В отличие от НАЙТИ, ПОИСК допускает использование подстановочных знаков, таких как вопросительный знак (?) И звездочка (). Знак вопроса (?) Соответствует любому одиночному символу, а звездочка () соответствует любой последовательности символов.

Однако, если мы хотим найти настоящий вопросительный знак (?) Или звездочку (*), мы вводим прилив (~) перед символом. Если подстрока не найдена в строке, функция вернет ошибку #VALUE.

Функция SEARCH может использоваться как мощная функция строкового метода в сочетании с функцией MID ._

Аргументы / синтаксис функции:

image 1 We have dummy data in column A. Column B contains the text which we will search for. And column C has the starting position of the search. And, here in column D, we will enter the SEARCH function.

image 2 1st Example:- In the first example, we will search “AGE” in cell A7.

image 3 Follow the steps given below:- Enter the function in cell C7 =SEARCH(«AGE»,A7,1)

  • Нажмите Enter

image 4 It returns to 1 because “SEARCH” is looking from the first character, and it found AGE beginning from the 1st character. So it gives us 1 here. 2nd Example:- In this example, we will search for “C” and we give the starting number as zero or negative number as the starting position.

image 5 Follow the steps given below:- Enter the function in cell C8 =SEARCH(«c»,A8,-1), Press Enter

image 6 The Function has returned #VALUE error because neither negative nor 0 can be the starting position. 3rd Example:- In this example, we will show you what if we have to find the text which is there multiple times in the string.

image 7 Follow the steps given below:- Enter the function in cell C9 =SEARCH(«o»,A9,5), Press Enter

image 8 The function has ignored the “o” which is at 4th position and the function returns to 9 as the position. Because it ignored the first “o” and started looking from 5th character onwards.

Однако он возвращает общую позицию строки. 4 ^ th ^ Пример: — В этом примере мы будем искать положение подстановочных знаков в ячейке A10.

image 9 Follow the steps given below:- First we’ll look for () asterisk sign, enter the function in cell C10 =SEARCH(«»,A10,1), Press Enter

image 10 The function has returned 1, because we cannot find any wildcard without using tilde. As we use tilde (~) as a marker to indicate that the next character is a literal, we will insert (~) tilde before (*) asterisk.

Введите эту функцию = ПОИСК («~», A10,1)

  • Теперь он возвращает 16 как позицию

image 11 We can also look for question mark:- Enter the function in same cell C10 =SEARCH(«~?»,A10,1), Press Enter

image 12 We can see that function gave us “37” as the position of (?) question mark. 5th Example:- In this example, we’ll learn how to enter SEARCH function to search “?of?”.

image 13 Follow the steps given below:- Enter the function in cell C11 =SEARCH(«?of?»,A11,1)

  • Нажмите Enter

image 14 We scan to see that function has returned 6 because it matches “soft” which is present in the mid of “Microsoft Excel” string and hence the value is 6. Note:- (?) question mark wildcard denotes any single character. 6th Example:- In this example, we’ll learn another use of wildcard in SEARCH function.

image 15 Follow the steps given below:- Enter the function in cell C12 =SEARCH(«m*t»,A12,1)

Примечание: — В первом аргументе мы говорим функции искать строку, которая начинается с «m» и заканчивается «t», и мы поместим звездочку (*) между ними.

  • Нажмите Enter

image 16 “Microsoft Excel” and it finds there is a string which starts with “M” and ends with “L”. No matter how many characters are there in between and hence it returns 1. Because (*)

Дикий символ звездочки соответствует любой последовательности символов. Итак, вот как работает функция ПОИСК в разных ситуациях.

Видео: Как использовать функцию ПОИСК в Microsoft Excel Щелкните ссылку на видео для быстрого ознакомления с использованием функции ПОИСК. Подпишитесь на наш новый канал и продолжайте учиться вместе с нами!

https://www.youtube.com/watch?v=HW0QP1JxeuU Если вам понравились наши блоги, поделитесь ими с друзьями на Facebook. А также вы можете подписаться на нас в Twitter и Facebook. _ Мы будем рады услышать от вас, дайте нам знать, как мы можем улучшить, дополнить или усовершенствовать нашу работу и сделать ее лучше для вас. Напишите нам на [email protected]