Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default How do I search for keywords in cells containing text?

I have a column of cells containing different descriptions. Is there an easy
way to search among these cells for certain keywords?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default How do I search for keywords in cells containing text?

Several ways. What are you trying to do, can we see some example data?

Mike

"Fredrik" wrote:

I have a column of cells containing different descriptions. Is there an easy
way to search among these cells for certain keywords?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default How do I search for keywords in cells containing text?

I have a list of cars with descriptions, so if I somehow search for 'turbo',
I want the cars with turbo in the description field to appear. Note that the
description cells contain complete sentences, where 'turbo' is only one of
the words.

"Mike H" wrote:

Several ways. What are you trying to do, can we see some example data?

Mike

"Fredrik" wrote:

I have a column of cells containing different descriptions. Is there an easy
way to search among these cells for certain keywords?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default How do I search for keywords in cells containing text?

Fredrik,

What is it that you want to do? Know if a keyword is there?

=COUNTIF(A1:A100,"*keyword*")0
will return TRUE if the keyword is present in any string in A1:A100.

=COUNTIF(A1:A100,"*keyword*")
Will return the number of occurences of keyword

Array entered (enter using Ctrl-Shift-Enter)
=ADDRESS(MIN(IF(ISERROR(FIND("keyword",A1:A100)),1 000,ROW(A1:A100))),1)
Will return the address first cell that contains keyword

HTH,
Bernie
MS Excel MVP


"Fredrik" wrote in message
...
I have a column of cells containing different descriptions. Is there an easy
way to search among these cells for certain keywords?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default How do I search for keywords in cells containing text?

Select the table, then use Data / Filter / Autofilter. Select the dropdown at the top of the
column, select (Custom...), then look for "Contains" (second last option) and type "Turbo" into the
box, then click OK.

HTH,
Bernie
MS Excel MVP


"Fredrik" wrote in message
...
I have a list of cars with descriptions, so if I somehow search for 'turbo',
I want the cars with turbo in the description field to appear. Note that the
description cells contain complete sentences, where 'turbo' is only one of
the words.

"Mike H" wrote:

Several ways. What are you trying to do, can we see some example data?

Mike

"Fredrik" wrote:

I have a column of cells containing different descriptions. Is there an easy
way to search among these cells for certain keywords?



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
Need Help!! Want to search through 3 columns for a list of keywords The Moose Excel Worksheet Functions 7 January 2nd 07 03:12 AM
Using IF function in excel to search for text across cells and she Rup1776 Excel Worksheet Functions 7 September 6th 06 02:44 PM
Keyword search, several keywords Doman Excel Discussion (Misc queries) 1 July 24th 06 10:58 AM
Specific keywords copying data to cells Leo Edwards Excel Worksheet Functions 6 June 12th 06 03:20 PM
can i make a formula to search keywords in a excel workbook? gorillayam Excel Worksheet Functions 0 January 15th 05 02:25 AM


All times are GMT +1. The time now is 04:05 PM.

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

About Us

"It's about Microsoft Excel"