A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
You can use name range, then the data validation list source:
Column B
=IF(A1=1,INDIC1,IF(A1=2,INDIC2,IF(A1=3,INDIC3,IF(A1=4,INDIC4,IF(A1=5,INDIC5)))))
Column C
=IF(B1="A",DRUG1,IF(B1="B",DRUG2,IF(B1="C",DRUG3)))
You can check the file via private message by clicking the icon below.