search of words
Well, you can get the number of characters in a cell by doing =LEN(A1) if the
text is in A1. But I'm not sure how that would help your situation. Both
"Annie Hall" and "Terminator" have 10 characters. But those are different
movies. So testing for the length of a text string doesn't sound reliable.
I don't know that Access would help you in any way that Excel could not.
Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.
"bookworm" wrote:
I have a list of titles (say movies) in one column in a file which I need to
match against a database with a similar field. The only thing is that my file
may not have the titles spelt in the same format or even be a 100% match. Is
there a way I can do a match based on the number of letters/ words? I can use
Access as well if its better using it. Thank you for the advice.
|