Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 06-28-2005, 12:25 AM
xtrmhyper xtrmhyper is offline
Registered User
 
Join Date: 30 May 2005
Posts: 34
xtrmhyper is becoming part of the community
Lightbulb contains formula

Please Register to Remove these Ads

in column a
i have this data

A B
1 hyper sdfju sdf
2 df hyper sdf
3 sf hyper df
4 sdf sdf hyper

if column A row 1, 2 , 3 , 4 contains word hyper
in column B r0w 1, 2, 3, 4 will have automatically the word hyper
what is the formula?
Reply With Quote
  #2  
Old 06-28-2005, 02:05 AM
Biff
Guest
 
Posts: n/a
Re: contains formula

Hi!

In B1 enter one of these formulas and copy down as needed:

=IF(COUNTIF(A1:A4,"*hyper*"),"hyper","")

=IF(ISNUMBER(SEARCH("hyper",A1)),"hyper","")

=IF(ISNUMBER(SEARCH(" hyper "," "&A1&" ")),"hyper","")

The last formula is slightly more robust than the others in that it is only
looking for the specific word. It won't "see" 'hyperactive" but the other
formulas will. It also won't "see" "hyper!".

Biff

"xtrmhyper" <xtrmhyper.1rblub_1119935105.442@excelforum-nospam.com> wrote in
message news:xtrmhyper.1rblub_1119935105.442@excelforum-nospam.com...
>
> in column a
> i have this data
>
> A B
> 1 hyper sdfju sdf
> 2 df hyper sdf
> 3 sf hyper df
> 4 sdf sdf hyper
>
> if column A row 1, 2 , 3 , 4 contains word hyper
> in column B r0w 1, 2, 3, 4 will have automatically the word hyper
> what is the formula?
>
>
> --
> xtrmhyper
> ------------------------------------------------------------------------
> xtrmhyper's Profile:
> http://www.excelforum.com/member.php...o&userid=23851
> View this thread: http://www.excelforum.com/showthread...hreadid=382700
>



Reply With Quote
  #3  
Old 06-28-2005, 03:05 AM
xtrmhyper xtrmhyper is offline
Registered User
 
Join Date: 30 May 2005
Posts: 34
xtrmhyper is becoming part of the community
tnx

tnx bro
all formula is working

god speed
Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

Forum Jump