Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Todd" wrote:
.. Sometimes the word is not first though, it might be anywhere. ... = IF(AA7<"secur", .. Try this as a replacement for the front IF part above: =IF(SUMPRODUCT(--ISNUMBER(SEARCH({"secure";"security"},AA7)))=0, .. Replace SEARCH with FIND if you need it to be case sensitive (SEARCH is not case sensitive) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just a clarification that the suggested formula was based on your OP lines:
.. Cell AA7 contains a text statement and in that statement the term secure or security might appear. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel -find records which DO NOT contain a particular text string | Excel Discussion (Misc queries) | |||
Looking up a string of text within a string of text | Excel Worksheet Functions | |||
can you find specific text in a string ignoring any other text | Excel Discussion (Misc queries) | |||
Formulas dealing with text data | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |