I have 2 worksheets ("database", and "source").
The sheet "database" contains two columns ("A" and "B") where all disease names are listed in column "A" and their treatment (or pharmaceutical drugs) are listed in Column B.
The other worksheet "source" contains one column ("A") where "A1:A15" contains rows of paragraphs. I want to search each item (or row) or disease name in the sheet "source" and if the disease is found, returns the value of pharmaceutical drug that will be used to treat the disease in cell B1, separated by semi-colon for each succeeding drug/treatment.
For example, in sheet "database" A1:=Cholera, B1:=oral rehydration therapy, A2:=Diphtheria, B2:=Metronidazole. I want to search the diseases Cholera and Diphtheria in the "source" worksheet. The source sheet is in paragraph form. If it finds both diseases, then B1 value is "oral rehydration therapy: Metronidazole". The disease list (words to search) in column A number around 100+.
Anyone has an idea?
The sheet "database" contains two columns ("A" and "B") where all disease names are listed in column "A" and their treatment (or pharmaceutical drugs) are listed in Column B.
The other worksheet "source" contains one column ("A") where "A1:A15" contains rows of paragraphs. I want to search each item (or row) or disease name in the sheet "source" and if the disease is found, returns the value of pharmaceutical drug that will be used to treat the disease in cell B1, separated by semi-colon for each succeeding drug/treatment.
For example, in sheet "database" A1:=Cholera, B1:=oral rehydration therapy, A2:=Diphtheria, B2:=Metronidazole. I want to search the diseases Cholera and Diphtheria in the "source" worksheet. The source sheet is in paragraph form. If it finds both diseases, then B1 value is "oral rehydration therapy: Metronidazole". The disease list (words to search) in column A number around 100+.
Anyone has an idea?