Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Help!!!!!
 
Posts: n/a
Default How do I interpolate numbers in Excel?

I was trying to interpolate numbers by using Forecast, but it is not the
linear interpolation result I need. I am wondering is there a way to do it?

Following is Forecast help example. By using Forecast, the result is 10.6,
but if using interpolation, Known Y (7,9) Known X (28,31), the result should
be 8.333

Known Y KnownX
6 20
7 28
9 31
15 38
21 40
Formula Description (Result)
=FORECAST(30,A2:A6,B2:B6) Predicts a value for y given an x value of 30
(10.60725)

Thank you very much in advance !!!!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default How do I interpolate numbers in Excel?

I think you are confusing Y and X

--
Kind regards,

Niek Otten

"Help!!!!!" wrote in message ...
I was trying to interpolate numbers by using Forecast, but it is not the
linear interpolation result I need. I am wondering is there a way to do it?

Following is Forecast help example. By using Forecast, the result is 10.6,
but if using interpolation, Known Y (7,9) Known X (28,31), the result should
be 8.333

Known Y KnownX
6 20
7 28
9 31
15 38
21 40
Formula Description (Result)
=FORECAST(30,A2:A6,B2:B6) Predicts a value for y given an x value of 30
(10.60725)

Thank you very much in advance !!!!!!



  #3   Report Post  
Posted to microsoft.public.excel.misc
Mike Middleton
 
Posts: n/a
Default How do I interpolate numbers in Excel?

The example fits a straight line using all five values and bases the
forecast on that fitted line.

For interpolation between two points, use only the two adjacent values for
the straight-line forecast:

=FORECAST(30,A3:A4,B3:B4)

or

=FORECAST(30,{7,9},{28,31})

and the result is 8.3333.

- Mike
www.mikemiddleton.com

"Help!!!!!" wrote in message
...
I was trying to interpolate numbers by using Forecast, but it is not the
linear interpolation result I need. I am wondering is there a way to do
it?

Following is Forecast help example. By using Forecast, the result is
10.6,
but if using interpolation, Known Y (7,9) Known X (28,31), the result
should
be 8.333

Known Y KnownX
6 20
7 28
9 31
15 38
21 40
Formula Description (Result)
=FORECAST(30,A2:A6,B2:B6) Predicts a value for y given an x value of 30
(10.60725)

Thank you very much in advance !!!!!!



  #4   Report Post  
Posted to microsoft.public.excel.misc
Bruce Sinclair
 
Posts: n/a
Default How do I interpolate numbers in Excel?

In article , ?B?SGVscCEhISEh?= wrote:
I was trying to interpolate numbers by using Forecast, but it is not the
linear interpolation result I need. I am wondering is there a way to do it?

Following is Forecast help example. By using Forecast, the result is 10.6,
but if using interpolation, Known Y (7,9) Known X (28,31), the result should
be 8.333

Known Y KnownX
6 20
7 28
9 31
15 38
21 40
Formula Description (Result)
=FORECAST(30,A2:A6,B2:B6) Predicts a value for y given an x value of 30
(10.60725)

Thank you very much in advance !!!!!!


You could use the slope and intercept functions and calculate the numbers
you ned using those. That way the function doesn't get in the way of what
you are trying to do :)


Bruce

----------------------------------------
I believe you find life such a problem because you think there are the good
people and the bad people. You're wrong, of course. There are, always and
only, the bad people, but some of them are on opposite sides.

Lord Vetinari in Guards ! Guards ! - Terry Pratchett

Caution ===== followups may have been changed to relevant groups
(if there were any)

  #5   Report Post  
Posted to microsoft.public.excel.misc
gjcase
 
Posts: n/a
Default How do I interpolate numbers in Excel?


You can plot the data & insert a non-linear trendline, using the option
to display the quation on the chart, then use that equation to back out
your intermediate values.

---GJC


--
gjcase
------------------------------------------------------------------------
gjcase's Profile: http://www.excelforum.com/member.php...o&userid=26061
View this thread: http://www.excelforum.com/showthread...hreadid=532437



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I convert text to numbers in an old version of excel pdr Excel Worksheet Functions 2 January 31st 06 09:49 PM
Convert numbers stored as text to numbers Excel 2000 Darlene Excel Discussion (Misc queries) 6 January 31st 06 08:04 PM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 3 January 19th 06 09:52 AM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 1 January 9th 06 01:23 PM
How do i increase the size of numbers in a text in Excel. Harry Cross Excel Worksheet Functions 1 November 6th 04 09:24 PM


All times are GMT +1. The time now is 07:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"