ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to find a text in a string without giving the position of the (https://www.excelbanter.com/excel-discussion-misc-queries/261617-how-find-text-string-without-giving-position.html)

Sreekanth

How to find a text in a string without giving the position of the
 
My requirement are
I want to find a particular text in a string with out giving the position of
the text . I believe that if we use find and search we have to give the text
position for the particular text. Can anyone guide me what should be the
function used for getting this.



Don Guillett[_2_]

How to find a text in a string without giving the position of the
 
Post example(s)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sreekanth" wrote in message
...
My requirement are
I want to find a particular text in a string with out giving the position
of
the text . I believe that if we use find and search we have to give the
text
position for the particular text. Can anyone guide me what should be the
function used for getting this.




dlw

How to find a text in a string without giving the position of the
 
No, the "start position" in =FIND() is not the position of the text you are
looking for (why would you need to find it if you know where it is?), it just
allows you to start looking in a different position. If you are searching
the entire cell, just leave it out.
for example:
A1 = "look for this text"
=FIND("this",a1) will result in 10, because what you are looking starts at
the 10th character.

"Sreekanth" wrote:

My requirement are
I want to find a particular text in a string with out giving the position of
the text . I believe that if we use find and search we have to give the text
position for the particular text. Can anyone guide me what should be the
function used for getting this.




All times are GMT +1. The time now is 04:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com