I have a chart that looks like the below:
50% 60% 70%
Multi 140 150 160
Retail 145 155 170
Comm 155 165 180

What I want to do, is create a formula that will search the first column (Multi, Retail, Comm) and then search the top row (50%, 60%, 70%) and then return the number that matches both. For example, if I had to find what retail and 60% was, it would search for those 2 criteria and then return the number 155. How can I accomplish this?