Hi everyone,
I've been searching for the past few days for a boolean search function for MS Excel.
Currently I have a database of information organized into rows with extra infomation in additional columns. So for example, I have NAME in column A, DATE, in column B, REPORT_TITLE in column C, etc. The search script I have written uses Excel's FIND and FINDNEXT code and works well for single words or phrases (although a bit slow), and during the search, the whole row is copied to an additional sheet. However, my problem is that I would like to search using AND / OR / NOT descriptors.
Has anyone come across any boolean search scripts for Excel?
Thanks in advance.
I've been searching for the past few days for a boolean search function for MS Excel.
Currently I have a database of information organized into rows with extra infomation in additional columns. So for example, I have NAME in column A, DATE, in column B, REPORT_TITLE in column C, etc. The search script I have written uses Excel's FIND and FINDNEXT code and works well for single words or phrases (although a bit slow), and during the search, the whole row is copied to an additional sheet. However, my problem is that I would like to search using AND / OR / NOT descriptors.
Has anyone come across any boolean search scripts for Excel?
Thanks in advance.