I have a table in my workbook that shows a low number column, a high number column, and a sigma column. I am trying to figure out a formula that will look in that table, find where a number would fall and return the sigma number for that row. For example, if my number is 49, the formula will look in the table, see that 49 falls between 41 (in the low number column) and 70 (in the high number column) and then return the sigma calculation of 5.3. Is there a way to do that?