I have a table, with a list of temperatures on the left side and a list of pressures altitudes on the top, then it has a value that is based on those two things in the table.
How do I make a formula that looks at another two cells that have the temperature and another that has the pressure altitudes, then looks at the table and finds where those two values meet on the table and gives me what is in the cell where those two meet?
For example,
I have two cells, one with temperature value 10 and another cell with pressure altitude value 1000, then looks on the table to find the cell where temp 10 and press alt 1000 meet and gives me the value in a different cell.