#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Lookup

I wish to look up for a word of a phrase (written in a cell) in a column with
words.
e.g.

Col A Col B Col C
Col D
great hardware solutions 1 great 1
easy guides to success 0 benefits 1

I want to achieve the result in Col B (since 'great' is present in phrase of
A1 and 'great' is found in Col C too, the value corresponding to Col C in D
is 1 and thats what is achieved in Col B)

suppose I change Phrase in A1 to only 'hardware solutions'. Now since none
of the words of the phrase is present in col C, the value in Col B should
show 0.

thanks in advance for the solution


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Lookup

you can use find

=find(C4,A4)

becareful with the words you choose

AND will match both AND and GRAND.

"Malik" wrote:

I wish to look up for a word of a phrase (written in a cell) in a column with
words.
e.g.

Col A Col B Col C
Col D
great hardware solutions 1 great 1
easy guides to success 0 benefits 1

I want to achieve the result in Col B (since 'great' is present in phrase of
A1 and 'great' is found in Col C too, the value corresponding to Col C in D
is 1 and thats what is achieved in Col B)

suppose I change Phrase in A1 to only 'hardware solutions'. Now since none
of the words of the phrase is present in col C, the value in Col B should
show 0.

thanks in advance for the solution


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Lookup

i am sorry Joel but thats not the correct answer. guess u did not get the
quesion i asked. i want to see if any of the words in Col D is present in
cell A1. How do I do that? find and search do not help as they look up for
only a single word in a cell. However, I have around 33 words in separate
cells in Col D.

Thanks.

"Joel" wrote:

you can use find

=find(C4,A4)

becareful with the words you choose

AND will match both AND and GRAND.

"Malik" wrote:

I wish to look up for a word of a phrase (written in a cell) in a column with
words.
e.g.

Col A Col B Col C
Col D
great hardware solutions 1 great 1
easy guides to success 0 benefits 1

I want to achieve the result in Col B (since 'great' is present in phrase of
A1 and 'great' is found in Col C too, the value corresponding to Col C in D
is 1 and thats what is achieved in Col B)

suppose I change Phrase in A1 to only 'hardware solutions'. Now since none
of the words of the phrase is present in col C, the value in Col B should
show 0.

thanks in advance for the solution


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Matrix lookup/mulitple criteria lookup MarkFranklin Excel Discussion (Misc queries) 3 March 31st 08 10:15 AM
Get Cell Address From Lookup (Alternative to Lookup) ryguy7272 Excel Worksheet Functions 12 September 28th 07 10:36 PM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


All times are GMT +1. The time now is 12:23 PM.

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

About Us

"It's about Microsoft Excel"