Cannot figure out how to interpolate revenue values with Excel

hackman2007

New Member
Joined
Nov 7, 2008
Messages
7
Hey everyone, I have a question on data interpolation with Excel 2007. Normally, this wouldn't be too much of an issue for me, but for some reason I cannot figure it out.

I'm working on an Income Statement, which is designed for 5 years. I have values 1 and 5, which are given to me (B7: 3,500,000 and F7: 5,200,000). I'm trying to figure out the other 3 years of revenue assuming a growth trend. The values should fill the series B7:F7.

Can anyone help me out on this?

Thanks.
 
The values you posted are results of linear trend. So I am not sure why are you looking for non-linear behavior?

The difference between the different years is not exactly the same, wouldn't linear be a set increase? Each year after it gains by slightly more.
 
Upvote 0

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Look at RATE function and FV.

In P7 =RATE(4,0,3500000,-5200000)

C7 =FV($P$7,1,0,-B7)
 
Upvote 0
You can calculate the Growth Rate and then apply the rate as you prefer


Growth Rate in P7 =RATE(4,0,3500000,-5200000)

C7 =FV($P$7,1,0,-B7) or =(1+Growth)*B7 or =(1+$P$7)*B7
 
Upvote 0
normaly the interpolation should be

Year1 : A1
Year5: A5
Value1: B1
Value5: B5

for year2
(B$5$-B$1$)*(A2-A$1$)/(A$5$-A$1$)+F$7$

this formula is the good one for interpolation
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,549
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top