A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to find a text in a string without giving the position of the



 
 
Thread Tools Display Modes
  #1  
Old April 15th, 2010, 08:51 PM posted to microsoft.public.excel.misc
sreekanth
external usenet poster
 
Posts: 2
Default 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.


  #2  
Old April 15th, 2010, 08:54 PM posted to microsoft.public.excel.misc
Don Guillett[_2_]
external usenet poster
 
Posts: 607
Default 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.



  #3  
Old April 15th, 2010, 09:07 PM posted to microsoft.public.excel.misc
dlw
external usenet poster
 
Posts: 1,600
Default 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.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.