Hi all,
I'm trying to do, essentially, a triple lookup. I've got 14 Matrices, and I want to select one of the matrices, a vertical value from the selected matrix, and a horizontal value from the selected matrix, and get the intersecting value. I've already got down the VLOOKUP/MATCH pair for the horizontal/vertical intersetion, but what I haven't gotten is how to create the dependent drop downs for the axis values based on the matrix picked. The matrices are big, like 20x20 or bigger, so I want them to each be on their own tab so that I can more easily edit the axes or values depending on future changes.
If it makes things easier, the table names for the horizontal/vertical values are essentially just "XVert" and "XHoriz" where X is the matrix in question. Can I create a dummy cell that is just (={matrix selection} & "Vert") and have the data validation pick the table name that's equal to that dummy cell's value?
I'm trying to do, essentially, a triple lookup. I've got 14 Matrices, and I want to select one of the matrices, a vertical value from the selected matrix, and a horizontal value from the selected matrix, and get the intersecting value. I've already got down the VLOOKUP/MATCH pair for the horizontal/vertical intersetion, but what I haven't gotten is how to create the dependent drop downs for the axis values based on the matrix picked. The matrices are big, like 20x20 or bigger, so I want them to each be on their own tab so that I can more easily edit the axes or values depending on future changes.
If it makes things easier, the table names for the horizontal/vertical values are essentially just "XVert" and "XHoriz" where X is the matrix in question. Can I create a dummy cell that is just (={matrix selection} & "Vert") and have the data validation pick the table name that's equal to that dummy cell's value?