This is great thank you. Is there a way to adjust it so that, instead of a rendering a true/false, the formula renders the matching value from the D1:D2 table of "keywords"?
This is great thank you. Is there a way to adjust it so that, instead of a rendering a true/false, the formula renders the matching value from the D1:D2 table of "keywords"?
Last edited by DonkeyOte; 06-25-2011 at 03:58 AM.
Welcome to the Board. Please ask questions in your own thread rather than the thread of another member. Given first post etc... I have on this occasion moved your post for you to a new dedicated thread.
In answer to your question:
Note that if no keyword is found the above will return an #N/A error - if you wish to handle that you can either via IFERROR or outer LOOKUP - given use of XL2010 the former would be the more logical approach.![]()
=LOOKUP(9.99E+307,SEARCH($D$1:$D$2,$A1),$D$1:$D2)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Thank you very much! Of course it worked just fine. No problem for starting my own thread for new questions.
Regards
Last edited by DonkeyOte; 07-05-2011 at 04:40 AM. Reason: removed unnecessary quote
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks