ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   FILTER USING MULTIPLE CRITERIA (https://www.excelbanter.com/excel-programming/373442-filter-using-multiple-criteria.html)

vdefilippo

FILTER USING MULTIPLE CRITERIA
 
I am currently using advanced filtering: contains reel *.01* and
does not contain video.

I want to filter: contians reel and does not contain video, other, unknown,
poker.

If I use the * to seperate each criteria it does not work. HELP!

vdefilippo

FILTER USING MULTIPLE CRITERIA
 
Not advanced filtering, custom filtering. Sorry!

"vdefilippo" wrote:

I am currently using advanced filtering: contains reel *.01* and
does not contain video.

I want to filter: contians reel and does not contain video, other, unknown,
poker.

If I use the * to seperate each criteria it does not work. HELP!


Tom Ogilvy

FILTER USING MULTIPLE CRITERIA
 
for the autofilter, you would need to create a dummy column next to your data
and put in a fomrula like

Assume you are checking conditions in column C

=AND(COUNTIF(C2,"*reel*")0,SUM(COUNTIF(C2,{"*vide o*","*other*","*unknown*","*poker*"}))=0)

then drag fill down the column. filter on True

--
Regards,
Tom Ogilvy


--
Regards,
Tom Ogilvy

"vdefilippo" wrote:

I am currently using advanced filtering: contains reel *.01* and
does not contain video.

I want to filter: contians reel and does not contain video, other, unknown,
poker.

If I use the * to seperate each criteria it does not work. HELP!


vdefilippo

FILTER USING MULTIPLE CRITERIA
 
Thanks Tom!

"Tom Ogilvy" wrote:

for the autofilter, you would need to create a dummy column next to your data
and put in a fomrula like

Assume you are checking conditions in column C

=AND(COUNTIF(C2,"*reel*")0,SUM(COUNTIF(C2,{"*vide o*","*other*","*unknown*","*poker*"}))=0)

then drag fill down the column. filter on True

--
Regards,
Tom Ogilvy


--
Regards,
Tom Ogilvy

"vdefilippo" wrote:

I am currently using advanced filtering: contains reel *.01* and
does not contain video.

I want to filter: contians reel and does not contain video, other, unknown,
poker.

If I use the * to seperate each criteria it does not work. HELP!



All times are GMT +1. The time now is 12:24 PM.

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