Consider the scenario, I have 2 columns (column "A" and column "B").
Column A has about 130,000 rows / rows Column B contains about 10,000 rows / rows
I would like to search each row of column "B" from column "A".
As you can see, the amount of data is very high. I have already tried using the Range.Find () method. But it takes a lot of time. I am looking for a method / method that will give me results in a very short time.
* A few more clarifications on my request *
(1) Columns A and B contain string values, NOT NUMBERS. And the string can be very large
(2) For each cell in column "B" there may be many cases in column "A"
(3) I would like to get all occurrence of column “B” in column “A” with row number
(4) For the row present in column "B". It can be found as a substring of any cell in column "A"
Download file link - wikisend.com/download/431054/StackOverFlow_Sample.xlsx *
Any suggestions?
Do not hesitate, you need more information to solve the above problem!
source
share