UnsolvedCoding
Technical User
I am stuck and was hoping someone would know the answer.
Originally this was started in SQL but it crashed the server so it was moved to Excel so others could use the server.
The project I am on has about 250k rows in one spreadsheet and on another spreadsheet has about 1.7 million rows broken into two columns.
I have to check each of the 250k lines against the 1.7 million rows but the information isn't exact. The 250k rows will hold a match or partial match to the 1.7 million rows.
Ideally using like would be great but I can't get the * to work. I have tried "*" & variable_Name & "*" and "*Variable_Name*" and several other variatons. But it doesn't work.
Anyone know how to use a * as a wildcard with a variable?
Originally this was started in SQL but it crashed the server so it was moved to Excel so others could use the server.
The project I am on has about 250k rows in one spreadsheet and on another spreadsheet has about 1.7 million rows broken into two columns.
I have to check each of the 250k lines against the 1.7 million rows but the information isn't exact. The 250k rows will hold a match or partial match to the 1.7 million rows.
Ideally using like would be great but I can't get the * to work. I have tried "*" & variable_Name & "*" and "*Variable_Name*" and several other variatons. But it doesn't work.
Anyone know how to use a * as a wildcard with a variable?