I routinely need to interrogate large databases to find out if certain core numbers can be found in the databases "catalogue numbers".
I have a formula for finding all such occurrences, which is this array formula:
{=or(is number(find(lookuparray,database,1)))}
This formula will give me a "True" or "False", meaning whether that database entry has one of the core numbers imbedded in its catalogue number.
I now need a formula that will tell me which core number was found.
The last time I needed this was this week when the database was comprised of 1.6 million items and there were over 1,400 core numbers, with the number of "True" entries numbering approximately 20,000.
I had to manually run a simple "find" formula on each of the "True" items using the core numbers and that necessitated around 500 separate manual passes.
Anybody able to solve this?
I would obviously be greatly appreciative.
Thank you.
Amesassoc
I have a formula for finding all such occurrences, which is this array formula:
{=or(is number(find(lookuparray,database,1)))}
This formula will give me a "True" or "False", meaning whether that database entry has one of the core numbers imbedded in its catalogue number.
I now need a formula that will tell me which core number was found.
The last time I needed this was this week when the database was comprised of 1.6 million items and there were over 1,400 core numbers, with the number of "True" entries numbering approximately 20,000.
I had to manually run a simple "find" formula on each of the "True" items using the core numbers and that necessitated around 500 separate manual passes.
Anybody able to solve this?
I would obviously be greatly appreciative.
Thank you.
Amesassoc