#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mel Mel is offline
external usenet poster
 
Posts: 74
Default Interpolation?

What fx to use for the following scenario:
Month-End Dates (for many years) in column A
A dollar Amount for each Quarter End in Column B (correlating to the
month-end date).

We would like a function to easily copy down column B that will interpolate
values in between the dollar amounts for each quarter end.

NOTE: The edit-fill-seriesTrend works for a manual fix however we have
thousands and thousands of dates with quarter end dates so a faster approach
would be much more efficient.

Thanks for any guidance/expertise you may provide.

Mel
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Interpolation?

Assuming your quarter end months are 3, 6, 9, and 12:

in B4:

=VLOOKUP(EOMONTH($A4,-MOD(MONTH($A4),3)),
$A$1:$B$5000,2,0)+(VLOOKUP(EOMONTH($A4,
3-MOD(MONTH($A4),3)),$A$1:$B$5000,2,0)-
VLOOKUP(EOMONTH($A4,-MOD(MONTH($A4),3)),
$A$1:$B$5000,2,0))*MOD(MONTH($A4),3)/3

copied in between all quarter ends.

HTH
Steve D.


"Mel" wrote in message
...
What fx to use for the following scenario:
Month-End Dates (for many years) in column A
A dollar Amount for each Quarter End in Column B (correlating to the
month-end date).

We would like a function to easily copy down column B that will
interpolate
values in between the dollar amounts for each quarter end.

NOTE: The edit-fill-seriesTrend works for a manual fix however we have
thousands and thousands of dates with quarter end dates so a faster
approach
would be much more efficient.

Thanks for any guidance/expertise you may provide.

Mel


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
interpolation atatari New Users to Excel 3 February 23rd 06 07:58 PM
interpolation atatari Excel Discussion (Misc queries) 0 February 13th 06 03:49 AM
Interpolation teen New Users to Excel 3 December 22nd 05 03:47 PM
Interpolation Bent Hansen Excel Worksheet Functions 3 November 4th 05 03:59 PM
help with interpolation and limit of interpolation uriel78 Excel Discussion (Misc queries) 0 February 17th 05 04:27 PM


All times are GMT +1. The time now is 04:45 AM.

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"