I'm trying to determine how to create a dynamic drop-down list that will take into consideration two different attributes.
In my example below, I have three cost elements: Labor, Infrastructure, and Licenses. Each of these have different levels. For example, Labor at L1 has: Storage Management, Database Managed, and Compute Management. At L2 it has: Manager, Vice President, and Managing Director.
I want in cells E18:F20 for each cell to have a drop down list, for that cost element and for that level.
I've tried using the "Indirect" formula but you need to have the specific named range. I need something that can look up a range based on two attributes, the cost element and level.
Anyone know what I should type in the Data Validation field?