I am trying to use the index function to match input data. I am inputing the length and the section number on something and based on these two numbers, I want to output a number. I tried making one set of numbers move down a column and the other set move across a row. Using the index function, can I match these two values and have it output the number at their intersection? Or is there a better way of taking two input variables and output the one matching result.