dronka
Member
I have a very large data set (38,000 rows). I've created a sample spreadsheet (attached) that is much smaller, but that illustrates what I want to do. Table 1 is my data set. Table 2 is a table that contains a list of words that I want to use to search Table 1 with.
I'd like a function for the Flag field in Table 1 that returns a "1" if the text string in the Text column in Table 1 contains any of the words in Table 2. I'd like to be able to add words to Table 2 and automatically have Table 1 return a "1" for any new words that are added.
Because the data set is so large, the function needs to be optimized for performance.
Thanks!
David
I'd like a function for the Flag field in Table 1 that returns a "1" if the text string in the Text column in Table 1 contains any of the words in Table 2. I'd like to be able to add words to Table 2 and automatically have Table 1 return a "1" for any new words that are added.
Because the data set is so large, the function needs to be optimized for performance.
Thanks!
David