Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / June 2005

Tip: Looking for answers? Try searching our database.

contains formula

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
xtrmhyper - 28 Jun 2005 05:25 GMT
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?

Signature

xtrmhyper

Biff - 28 Jun 2005 06:58 GMT
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

> in  column a
> i have this data
[quoted text clipped - 8 lines]
> in column B r0w 1, 2, 3, 4 will have automatically the word hyper
> what is the formula?
xtrmhyper - 28 Jun 2005 08:05 GMT
:) tnx bro
all formula is working

god spee
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.