Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jerredjohnson
 
Posts: n/a
Default Place an X next to a cell that contains a word


I have a column that has words in each cell. I want to search through
the column and for any cell containing the word 'base' i want to place
an X in the cell next to it.

How can I do this?

Please help!

Thanks,
Jerred


--
jerredjohnson
------------------------------------------------------------------------
jerredjohnson's Profile: http://www.excelforum.com/member.php...o&userid=32236
View this thread: http://www.excelforum.com/showthread...hreadid=550489

  #2   Report Post  
Posted to microsoft.public.excel.misc
jerredjohnson
 
Posts: n/a
Default Place an X next to a cell that contains a word


Further Info:
The cells containing words just dont contain one word


--
jerredjohnson
------------------------------------------------------------------------
jerredjohnson's Profile: http://www.excelforum.com/member.php...o&userid=32236
View this thread: http://www.excelforum.com/showthread...hreadid=550489

  #3   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Place an X next to a cell that contains a word

Let's say your column of data is Column A. In Column B enter the formula:

=IF(ISERROR(SEARCH("base",A1)),"","X")

Copy the formula down Column B as needed.

HTH,
Elkar


"jerredjohnson" wrote:


I have a column that has words in each cell. I want to search through
the column and for any cell containing the word 'base' i want to place
an X in the cell next to it.

How can I do this?

Please help!

Thanks,
Jerred


--
jerredjohnson
------------------------------------------------------------------------
jerredjohnson's Profile: http://www.excelforum.com/member.php...o&userid=32236
View this thread: http://www.excelforum.com/showthread...hreadid=550489


  #4   Report Post  
Posted to microsoft.public.excel.misc
paul
 
Posts: n/a
Default Place an X next to a cell that contains a word

=IF(ISERROR(SEARCH("base",D15,1)),"","x").
replace the d15 with the first reference to search and copy down
in my lttle test,base,scott base,baseball returned an x ,a blank cell or a
cell with no base remained Blank

--
paul

remove nospam for email addy!



"jerredjohnson" wrote:


Further Info:
The cells containing words just dont contain one word


--
jerredjohnson
------------------------------------------------------------------------
jerredjohnson's Profile:
http://www.excelforum.com/member.php...o&userid=32236
View this thread: http://www.excelforum.com/showthread...hreadid=550489


  #5   Report Post  
Posted to microsoft.public.excel.misc
jerredjohnson
 
Posts: n/a
Default Place an X next to a cell that contains a word


My hat off to you, thanks!


--
jerredjohnson
------------------------------------------------------------------------
jerredjohnson's Profile: http://www.excelforum.com/member.php...o&userid=32236
View this thread: http://www.excelforum.com/showthread...hreadid=550489



  #6   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Place an X next to a cell that contains a word

One mo

=if(countif(a1,"*" & "Base" & "*")=0,"","X")
or
=if(countif(a1,"*Base*")=0,"","X")
or
=if(countif(a1,"*" & C999 & "*")=0,"","X")
if c999 holds the word Base.

jerredjohnson wrote:

I have a column that has words in each cell. I want to search through
the column and for any cell containing the word 'base' i want to place
an X in the cell next to it.

How can I do this?

Please help!

Thanks,
Jerred

--
jerredjohnson
------------------------------------------------------------------------
jerredjohnson's Profile: http://www.excelforum.com/member.php...o&userid=32236
View this thread: http://www.excelforum.com/showthread...hreadid=550489


--

Dave Peterson
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
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Deferring conditional formatting? Pheasant Plucker® Excel Discussion (Misc queries) 14 March 17th 06 08:17 PM
delete cell that doesn't contain a specific word [email protected] Excel Discussion (Misc queries) 1 October 12th 05 05:54 AM
how do I make a word typed in a cell go to a specific cell in anot Lmatarazzo Excel Discussion (Misc queries) 3 April 21st 05 04:29 AM


All times are GMT +1. The time now is 10:29 AM.

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"