How to Generate a Function for Polynomial Interpolation in Excel

  • Thread starter Thread starter brad sue
  • Start date Start date
  • Tags Tags
    Excel Function
Click For Summary

Discussion Overview

The discussion revolves around generating a function in Excel for polynomial interpolation, specifically focusing on how to select and manipulate values from a column based on an input value. Participants explore methods for identifying values above the input and retrieving a series of corresponding values.

Discussion Character

  • Technical explanation
  • Homework-related
  • Mathematical reasoning

Main Points Raised

  • One participant describes needing to find the value in a column that is two points above a given input value and seeks guidance on how to select the next four values from that point.
  • Another participant expresses a desire to understand how to generate cell coordinates using numerical expressions, suggesting that complex nested functions may be necessary.
  • A different participant shares their approach using "AND" functions to determine the range of the input value, along with "IF" and "MAX" functions to retrieve the corresponding series of values.
  • One participant reiterates their method of using "AND" and "IF" functions to achieve the desired output, asking for alternative approaches.

Areas of Agreement / Disagreement

Participants appear to share similar challenges in using Excel for polynomial interpolation, but there are no clear agreements or consensus on the best method to achieve the desired results. Multiple approaches are discussed without resolution.

Contextual Notes

Some participants mention the complexity of using nested functions and the need for clarity in generating cell references, indicating potential limitations in their current understanding of Excel functions.

Who May Find This Useful

This discussion may be useful for individuals looking to implement polynomial interpolation in Excel, particularly those seeking to understand how to manipulate and reference cell values programmatically.

brad sue
Messages
270
Reaction score
0
Hi ,
I have to generate a function on excel that does the following

the problem is about polynomial interpolation.

I have for example a column of values:
-100
0
100
200
300
400

First , I need to find the value in the table that is 2 point above the input value.
For example , if my input value is 118 the first value is 0.

Second, my real problem is how to select the next four values ( and use them else where).

For the same example, if we enter 118, the corresponding colum must be:
0
100
200
300

I don't know how to go from a cell to another cell using a formula.
I hope that you can understand me.

thank you for your help
 
Computer science news on Phys.org
I'm a bit autodidactic in Excel and I'd love to see too somebody to show how coordinates of cells could be generated by a numerical expression. As the problem is now, I figure you need a lot of (nested) copy pasted fuctions like IF(condition; output if true; output if false).

Success.
 
Got the spreadsheet ready. Not a big deal. I used "AND" functions to determine in between-which value the input is. Then IF functions to get the series corresponding with it. And MAX functions to get that particular series into the output cells. So, how would you do it?
 
Last edited:
Andre said:
Got the spreadsheet ready. Not a big deal. I used "AND" functions to determine in between-which value the input is. Then IF functions to get the series corresponding with it. And MAX functions to get that particular series into the output cells. So, how would you do it?

thanks I ll be back soon
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K