2003 advanced filter 255 limit

sadams1

Board Regular
Joined
Aug 19, 2006
Messages
221
Have cells more than 255 characters, is it possible to use the advanced filter to search through them? Tried wildcards, no luck. Went through previous posts & found only one but that didn't seem to work (?)
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
What condition are you testing with AdvancedFilter?
Have you tried using formulas instead of Headers in the Criteria range

e.g. instead of
Name
Smith

use
[blank]
=LEFT(A2,5)="Smith"
 
Upvote 0
It's pretty simple:

HEADER
*stuff*

the idea is to run through a pile of characters in a cell & yank out some "stuff"
works great if 255 characters or less

=================

you suggest:

[blank]
=LEFT(A2,5)="stuff"

what should be in "A2"
 
Upvote 0
In my example A:A was the column with the Name header.
("Name" in A1, data in A2 and downward)

Help topic "Filter for conditions created as the result of a formula" is where I was headed.

For simple criteria, formulas could duplicate the effect of header based criterias.
 
Upvote 0
Thanks guys for the help...any chance I could send a small file to show exactly what's going on?
 
Upvote 0

Forum statistics

Threads
1,216,151
Messages
6,129,162
Members
449,489
Latest member
spvclub

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top