Is there a way in Excel to find data in a matrix using row and column references that are not numbers? I know that the index function works when the first row and first column are numbers; and lookup tables work in a vertical or horizontal direction with any values. What I guess I'm looking for is the equivalent of a combined horizontal and vertical lookup function.
Example: Let's say I have a matrix of total sales by state (first column of matrix) and industry (first row across the top of the matrix is a list of different industries). If I want to find total sales for the steel industry in Pennsylvania, is there some function that returns a sales value based on those two words -- e.g.,
Index(Pennsylvania,Steel) = $4.5 million?
Bookmarks