I have the following Google Docs spreadsheet:
https://docs.google.com/spreadsheet/ccc?key=0ArRTKzjFb6WsdGdiU3hCRFRhOGxzUkhLYUJIcEMwSlE
In sheet named Archive I have imported some tweets in Sheet1 I have the following formula:
=FILTER('Archive'!A2:A;MMULT(SEARCH(TRANSPOSE(" "&A2:A&" ");" "&'Archive'!A2:A&" ");SIGN(ROW('Archive'!A2:A))))
What I would like to do is to display specific tweets from sheet Archive, containing specific keywords listed on Sheet1. This formula should work, but not in this case when I am importing data. All I get is a #N/A. Am I doing something wrong?