Formula meaning ?

fireslguk

Active Member
Joined
Nov 11, 2005
Messages
298
hi all can someone explain the following formula in simple terms please - what is this achieving ?

=SUM(F4*(1+E4)^D4)


F4 = £547,000 (Total set up costs)

E4 = 3% (Inflation)

D4 = 5 years (Life)


so the above formula result is £634,123
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
First, the SUM function serves no useful purpose in this context. I don't know why some people do that. Poor training, I guess.

The formula =F4*(1+E4)^D4 calculates the future value (FV) of F4 based on an annual inflation (E4) compounded annually over 5 years (D4).

A simpler formula is:

=FV(E4, D4, 0, -F4)
or
=-FV(E4, D4, 0, F4)

I use -F4 because I like financial functions to return a positive dollar value.

But the point is: most (but not all, sigh) Excel financial functions expect signed cash flows: negative for one direction (e.g. inflows), and positive for the other direction (e.g. outflows).

The choice of sign and direction is arbitrary. You can think of it as depending on point of view. If you like negative inflows, you are the saver. If you like positive inflows, you are the bank. But whichever sign you use for one direction, be sure to use the opposite sign for the other direction.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,493
Messages
6,125,134
Members
449,206
Latest member
burgsrus

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