I have a line of best fit graph on excel, and I want to plot points on it with 3 new data entries that only have Y axis values - and I'll get X axis values from the line of best fit. How can I do this?
Here's my graph now. I want to move the orange points over to the line of best fit. [1]:
1 Answer
Assuming
- that your chart is in a recent version of Excel, and
- that the "best fit" line is actually an Excel trendline, derived from a data series of the associated points, and
- that your chart is an XY/Scatter chart.
If any of those assumptions aren't true, please update your question with the relevant additional info for a better solution.
The problem is simple to solve.
- Format the trendline, and select Display Equation on Chart
- Add a second series for your new values, using the Y(vertical) values you've provided and using the trendline equation to generate X(horizontal) values for the corresponding Y values.
- Plot the new series on your chart.