Forum Discussion

CiliaJ1010's avatar
CiliaJ1010
Copper Contributor
Nov 07, 2022
Solved

How check if cell value agrees with another list/table

Hello everyone,    I have a problem with excel. I have a long list with different kind of drugs and I want to know which type of drugs are NSAIDs (specific type of drug, example: ibuprofen, naproxn...
  • Riny_van_Eekelen's avatar
    Nov 08, 2022

    CiliaJ1010 See attached!

     

    Edit:

    If it may occur that he NSAID name is not in the first word of the full name of the drug, use this instead in C4 and copy down:

    =--(SUM(IFERROR(SEARCH(nsaids,B4),0))<>0)

     

     

     

     

Resources