Forum Discussion
David28
Sep 20, 2021Copper Contributor
Find in Excel using special characters
Hi,
I am to search an excel spreadsheet for a series of ID's. these IDs are alphanumeric. In MS Word, I used the ^$^$^$^#^#^# for ABC123. Is there something similar to use for similar searches in Excel?
Thanks
Excel does not have built-in support for this - it only allows for simple wildcards * and ? in searches.
You could use VBA, but that will be much slower.