#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Interpolate data

How can I interpolate data between two points if the gap between them varies?

I have payment rate data for a number of transactions that is reported
either monthly, quarterly or semi-annually depending on the transaction. The
data is exported from an external database and is reported monthly for all
records and pasted across the row with Column A as the record name, Column B
the reporting frequency (Monthly,Quarterly,Semi-annual) then columns C:# are
periods 1-x. As the report from the database provides monthly data for all
records those that report quarterly have a value for period 1 then 2 blank
periods and a value for period 4. The semi-annual ones have 5 blank periods
in between data.

I need a formula that will interpolate the data in the gaps, however each
time I export the data the number of records will vary so row 2 may be
monthly one time and quarterly the next time.

Any help and advice please!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Interpolate data

Checkout the FORECAST() function in Excel Help. Not only does it forecast,
It can easily interpolate between two points: (x1,y1) (x2,y2)
--
Gary''s Student
gsnu200709


"pjd33" wrote:

How can I interpolate data between two points if the gap between them varies?

I have payment rate data for a number of transactions that is reported
either monthly, quarterly or semi-annually depending on the transaction. The
data is exported from an external database and is reported monthly for all
records and pasted across the row with Column A as the record name, Column B
the reporting frequency (Monthly,Quarterly,Semi-annual) then columns C:# are
periods 1-x. As the report from the database provides monthly data for all
records those that report quarterly have a value for period 1 then 2 blank
periods and a value for period 4. The semi-annual ones have 5 blank periods
in between data.

I need a formula that will interpolate the data in the gaps, however each
time I export the data the number of records will vary so row 2 may be
monthly one time and quarterly the next time.

Any help and advice please!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 340
Default Interpolate data

One way:
1. Choose tools-options-calculation-iteration e.g. max change:
0.000000001.
2. Select all blank cells in the range F5-Special-blanks
3. Average the two adjacent cells, so if D2 is active enter

=(C2+E2)/2

and execute with ctrl+enter. Paste-special values to remove formulas.

On 8 Mar, 11:06, pjd33 wrote:
How can I interpolate data between two points if the gap between them varies?

I have payment rate data for a number of transactions that is reported
either monthly, quarterly or semi-annually depending on the transaction. The
data is exported from an external database and is reported monthly for all
records and pasted across the row with Column A as the record name, Column B
the reporting frequency (Monthly,Quarterly,Semi-annual) then columns C:# are
periods 1-x. As the report from the database provides monthly data for all
records those that report quarterly have a value for period 1 then 2 blank
periods and a value for period 4. The semi-annual ones have 5 blank periods
in between data.

I need a formula that will interpolate the data in the gaps, however each
time I export the data the number of records will vary so row 2 may be
monthly one time and quarterly the next time.

Any help and advice please!



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
Please add an INTERPOLATE function. For vector or array data. Dan Gauthier Excel Worksheet Functions 15 August 4th 09 01:48 PM
I can't get my graph to interpolate my missing data Sean Excel Discussion (Misc queries) 4 June 5th 08 08:11 AM
IS THERE A WAY TO INTERPOLATE AUTOMATICALLY WITHIN A DATA TABLE? Eric S. New Users to Excel 3 June 16th 05 05:55 AM
interpolate missing data between points Rocket Rod Excel Worksheet Functions 2 February 27th 05 07:24 PM
how do i interpolate data mp Excel Discussion (Misc queries) 1 February 8th 05 04:33 PM


All times are GMT +1. The time now is 10:36 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"