I have created (with a lot of help from this site) a cascading dependent drop down list set. The problem I am having now is I would like to make another INDEX MATCH formula to grab an image that is dependent on the two drop downs. I have been trying for well over 4 hours now and still cannot grasp the concept I guess.
This is the code used to make range of cells display data based on drop downs.( Also the formula I have been fighting with to no avail)
=INDEX(DatTab1[[Faction ]:[Heal]],MATCH($B4&B6,"Rank_"&DatTab1[Rank]&DatTab1[Hero],0),MATCH(G3,DatTab1[[#Headers],[Faction ]:[Heal]],0))
So my question is, am I able to either adjust this code to include the images or can I make another INDEX MATCH formula, and if so how?
- Dependent drop downs located (B4,B6 on "Lists" sheet)
- Images are located (S96:S330 on "DatTab" sheet
- Named range "imgLook" is set as well
- I need "C3" on Lists to display image according to dependent drop downs.
This is the code used to make range of cells display data based on drop downs.( Also the formula I have been fighting with to no avail)
=INDEX(DatTab1[[Faction ]:[Heal]],MATCH($B4&B6,"Rank_"&DatTab1[Rank]&DatTab1[Hero],0),MATCH(G3,DatTab1[[#Headers],[Faction ]:[Heal]],0))
So my question is, am I able to either adjust this code to include the images or can I make another INDEX MATCH formula, and if so how?