ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel -find records which DO NOT contain a particular text string (https://www.excelbanter.com/excel-discussion-misc-queries/90088-excel-find-records-do-not-contain-particular-text-string.html)

JackBuff

Excel -find records which DO NOT contain a particular text string
 
I am trying to find all records which DO NOT contain a particular text
string. Can someone help me with some ideas.

THanks

CLR

Excel -find records which DO NOT contain a particular text string
 
Data Filter AutoFilter Custom DoesNotContain yourparticuartext

Vaya con Dios,
Chuck, CABGx3



"JackBuff" wrote:

I am trying to find all records which DO NOT contain a particular text
string. Can someone help me with some ideas.

THanks


JackBuff

Excel -find records which DO NOT contain a particular text str
 
Thanks, Chuck.

This worked like a champ. Sometimes the obvious, isn't so obvious.

JackBuff

"CLR" wrote:

Data Filter AutoFilter Custom DoesNotContain yourparticuartext

Vaya con Dios,
Chuck, CABGx3



"JackBuff" wrote:

I am trying to find all records which DO NOT contain a particular text
string. Can someone help me with some ideas.

THanks


Bill Ridgeway

Excel -find records which DO NOT contain a particular text string
 
One way would be to have a helper column-
=IF(ISNUMBER(SEARCH("YYY",A1)),1,0)
which will return 1 if the cell has the text YYY and 0(zero) if not

Regards.

Bill Ridgeway
Computer Solutions

"JackBuff" wrote in message
...
I am trying to find all records which DO NOT contain a particular text
string. Can someone help me with some ideas.

THanks




CLR

Excel -find records which DO NOT contain a particular text str
 
You're welcome Jack.......thanks for the feedback.

It all depends on which direction one is looking in when asked, "How's the
view" g

Vaya con Dios,
Chuck, CABGx3



"JackBuff" wrote:

Thanks, Chuck.

This worked like a champ. Sometimes the obvious, isn't so obvious.

JackBuff

"CLR" wrote:

Data Filter AutoFilter Custom DoesNotContain yourparticuartext

Vaya con Dios,
Chuck, CABGx3



"JackBuff" wrote:

I am trying to find all records which DO NOT contain a particular text
string. Can someone help me with some ideas.

THanks


JackBuff

Excel -find records which DO NOT contain a particular text str
 
Thanks, Bill. I'll give this one a try also. It's good to have
alternatives.

JackBuff

"Bill Ridgeway" wrote:

One way would be to have a helper column-
=IF(ISNUMBER(SEARCH("YYY",A1)),1,0)
which will return 1 if the cell has the text YYY and 0(zero) if not

Regards.

Bill Ridgeway
Computer Solutions

"JackBuff" wrote in message
...
I am trying to find all records which DO NOT contain a particular text
string. Can someone help me with some ideas.

THanks






All times are GMT +1. The time now is 08:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com