Interpolate

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do I interpolate values from a table in excel using a worksheet function
and not a chart or graph command
 
If you're in the linear realm, Microsoft has a step by
step article:

http://support.microsoft.com/?kbid=214251

But you could simply use SLOPE and INTERCEPT functions,
then use:

=(B11-D2)/D1

where B11 equals your y value, D2 = intercept, and D1 =
slope.

HTH
Jason
Atlanta, GA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top