View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Igneshwara reddy[_2_] Igneshwara reddy[_2_] is offline
external usenet poster
 
Posts: 68
Default finding words in the cell

Hi ,

Thanks for your help.

The words which I have to find will be in a sentence format as below
"SPOT Order 210706 Submitted for Taylor, Michael for customer (GSC) QUANTUM"

The formula should find the words and get me the desired answers as I have
mentioned below.

Regards,
Igneshwara Reddy

"Eduardo" wrote:

Hi,
Assuming that your words will be in cell A2 and you want the result in cells
B2 in B2 enter

=if(A2="Spot",4,if(A2="Renewal API","Renewals","Others"))

if this helps please click yes thanks

"Igneshwara reddy" wrote:

Hi,

I have to find in one cell, whether any of three words matches. If it
matches, I need to get results as

If it finds word "Spot" in the cell, the answer should reflect as "4", if it
find word "Renewal API" the it should reflect answer as "Renewals" and if
none of the above both words are found it should reflect answers as "others".

Let me know how can I get the desired results.

Regards,
Igneshwara Reddy