Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a column with a keyword at each row. Now I want to check, row for row, if any of these keywords occurs in another column. Ex: KEYWORDS test alpha COLUMN A[/b] | [b]COLUMN B Row tow bow | FALSE Pest test best | TRUE Alpha beta gamma | TRUE xor or and | FALSE Thanks in advance! -- Doman ------------------------------------------------------------------------ Doman's Profile: http://www.excelforum.com/member.php...o&userid=36271 View this thread: http://www.excelforum.com/showthread...hreadid=563236 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try using the "FIND" function. It allows you to find text within a cell with text. If the text is not found it returns a #Value. Then use the "ISERR" function to determine if you have a match. You may need to use more than one column to get the result you want. Hope this helps. Frank -- fcastrofilippo ------------------------------------------------------------------------ fcastrofilippo's Profile: http://www.excelforum.com/member.php...o&userid=36542 View this thread: http://www.excelforum.com/showthread...hreadid=563236 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() The problem is that FIND only uses one word of my keywords as a reference. I want i to go through all my keywords that are listed at once without having to use a column per keyword. -- Doman ------------------------------------------------------------------------ Doman's Profile: http://www.excelforum.com/member.php...o&userid=36271 View this thread: http://www.excelforum.com/showthread...hreadid=563236 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search /Filter vertical Numeric pattern (down single column) | Excel Worksheet Functions | |||
How do i build a search table in excel | Excel Worksheet Functions | |||
How do I allow visitors to do a keyword search of my database? | Excel Discussion (Misc queries) | |||
search by keyword | Excel Discussion (Misc queries) | |||
FAQ Spreadsheet with search function | Excel Discussion (Misc queries) |