Hello everyone, this is my first post on this forum.
Right now I am trying to figure out a way to solve my problem and I am hoping someone here can help me out.
In essense, what I want to do is search using wild cards but instead of a wildcard being in the reference, the wild card is in the array that I want to be searched.
For example, I will have a list of numbers (each 10 digits long). In a separate spreadsheet, I will have a database of more numbers. In this database it will include numbers that are 10 digits long AND it will also include numbers that is 5 digits long with the * wildcard after it. So if I search for 1234567890, it will recognize 12345* as a match.
Typically wildcards are used the other way in which I would search 12345* and it will see 1234567890 as a match. But I find that it doesn't work the other way. As far as I have experimented with at least. Does anyone know if they can help? Thanks ahead of time!
Bookmarks