#1   Report Post  
ivanov_nv
 
Posts: n/a
Default word lookup


Hi guys! I need some help with the following:

I have this excel file with many lines of customer date. every line has
a long description field. I need to identify if the description field
contains any of the following words: computer, mouse, keyboard and if
any of them appears to return 1 in another column. If let's say two of
the words appear in the same description, I still need to see 1. The
reason is for me to identify only individuals that have been hurt by
these. can you give me the formula that will do this?


--
ivanov_nv
------------------------------------------------------------------------
ivanov_nv's Profile: http://www.excelforum.com/member.php...o&userid=16229
View this thread: http://www.excelforum.com/showthread...hreadid=276398

  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

Create a named list for all your key words like computer, mouse, keyboard
Assuming the name of the list is "clist" and the cell containing the text is
on A1 use the following formula
=IF(ISNA(MATCH(1,COUNTIF(A1,"*"&clist&"*"),0)),"", 1)
and Array enter it (press CTRL+Shift+Enter)
Copy this formula across


"ivanov_nv" wrote in message
...

Hi guys! I need some help with the following:

I have this excel file with many lines of customer date. every line has
a long description field. I need to identify if the description field
contains any of the following words: computer, mouse, keyboard and if
any of them appears to return 1 in another column. If let's say two of
the words appear in the same description, I still need to see 1. The
reason is for me to identify only individuals that have been hurt by
these. can you give me the formula that will do this?


--
ivanov_nv
------------------------------------------------------------------------
ivanov_nv's Profile:

http://www.excelforum.com/member.php...o&userid=16229
View this thread: http://www.excelforum.com/showthread...hreadid=276398



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
Embedded word doc changed to image-need to change back to word. cflores Excel Discussion (Misc queries) 0 January 23rd 05 06:45 AM
Hyperlink to a word document JS Excel Discussion (Misc queries) 1 December 10th 04 10:49 PM
Hyperlink to word document problem JS Links and Linking in Excel 0 December 8th 04 10:54 PM
S.O.S :importing excell data into word villi Excel Discussion (Misc queries) 0 November 25th 04 08:37 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


All times are GMT +1. The time now is 12:03 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"