K
KateB
OK, this is a curly one! For the the following dataset, I need to do
a reverse index. Does anyone know if that's possible
10 20 50
5 29.66 32.76 36.11
6 34.69 38.32 42.11
7 39.54 43.68 48.16
10 44.25 48.89 53.91
For example, I need to interrogate the data from column "20" against a
value of 42. This would fall between rows 7 & 10, and interpolation
would give me a row value of 8.57, which is what i'm trying to
calculate (=(10-7)/)(44.25-39.54)*(42-39.54)+7)
I've found a way, if it was an exact match in the data, but not if
it's an inexact match. (http://www.excelforum.com/excel-general/
687000-lookup-inside-a-2d-table.html)
Any ideas? I'm stumped!!
Thanks!
Kate
a reverse index. Does anyone know if that's possible
10 20 50
5 29.66 32.76 36.11
6 34.69 38.32 42.11
7 39.54 43.68 48.16
10 44.25 48.89 53.91
For example, I need to interrogate the data from column "20" against a
value of 42. This would fall between rows 7 & 10, and interpolation
would give me a row value of 8.57, which is what i'm trying to
calculate (=(10-7)/)(44.25-39.54)*(42-39.54)+7)
I've found a way, if it was an exact match in the data, but not if
it's an inexact match. (http://www.excelforum.com/excel-general/
687000-lookup-inside-a-2d-table.html)
Any ideas? I'm stumped!!
Thanks!
Kate