2003 advanced filter 255 limit

sadams1

Board Regular
Joined
Aug 19, 2006
Messages
219
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

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
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,215,694
Messages
6,126,250
Members
449,305
Latest member
Dalyb2

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