Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Interpolating using the Lookup Function in Excel
1.
3. Use the Code:
MATCH Code:
=MATCH(130,A2:A3,1) Code:
INDEX Code:
=INDEX(B2:B3,MATCH(130,A2:A3,1),1) Code:
=INDEX(B2:B3,MATCH(130,A2:A3,1),1)+((130-INDEX(A2:A3,MATCH(130,A2:A3,1),1))/(INDEX(A3:A4,MATCH(130,A2:A3,1),1)-INDEX(A2:A3,MATCH(130,A2:A3,1),1)))*(INDEX(B3:B4,MATCH(130,A2:A3,1),1)-INDEX(B2:B3,MATCH(130,A2:A3,1),1))
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interpolate data points in table | Excel Worksheet Functions | |||
How can I interpolate values off a table? | Excel Worksheet Functions | |||
Interpolate, Interpolation, VlookUp, HlookUp, Read a table | Excel Worksheet Functions | |||
Interpolate from a table? | Excel Discussion (Misc queries) | |||
IS THERE A WAY TO INTERPOLATE AUTOMATICALLY WITHIN A DATA TABLE? | New Users to Excel |