Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ryan Ferrell
 
Posts: n/a
Default Searching for the presence of specific words

I am creating an automatic college degree check worksheet. One tab has a list
of courses in each quarter and another tab has a list of required classes for
graduation. I would like to setup a formula that would find if "Organic
Chemistry B" is present in the classes tab and return a value that I could
use conditional formatting on.

I have tried using SEARCH and FIND, but I have not been sucessful. I
understand the conditional formatting part of the problem, but I do not
understand how to create a search function that will return some sort of
number.

Any ideas?

Thanks!

- Ryan
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chip Pearson
 
Posts: n/a
Default Searching for the presence of specific words

Use the ISERROR and MATCH. The following will return "found" or
"not found" depending whether 'organic chemistry b' is found in
cells A1:A10.

=IF(ISERROR(MATCH("organic chemistry b",A1:A10,0)),"not
found","found")


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Ryan Ferrell" <Ryan wrote in
message
...
I am creating an automatic college degree check worksheet. One
tab has a list
of courses in each quarter and another tab has a list of
required classes for
graduation. I would like to setup a formula that would find if
"Organic
Chemistry B" is present in the classes tab and return a value
that I could
use conditional formatting on.

I have tried using SEARCH and FIND, but I have not been
sucessful. I
understand the conditional formatting part of the problem, but
I do not
understand how to create a search function that will return
some sort of
number.

Any ideas?

Thanks!

- Ryan



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
Using 'If' refer to specific words in a cell containing text Casino Guy Excel Worksheet Functions 5 August 10th 05 02:02 PM
Search for specific words Newberry Excel Worksheet Functions 3 July 21st 05 10:18 PM
searching for specific criteria and then doing an action based on Bill Excel Discussion (Misc queries) 1 July 20th 05 03:55 AM
counting specific words jen Excel Worksheet Functions 2 June 25th 05 12:46 AM
how do I find an average number of specific words in a column cashgrfx New Users to Excel 7 January 6th 05 04:44 PM


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

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"