BMW M3 Forum (E90 E92)

BMW Garage BMW Meets Register Today's Posts


Go Back   M3Post - BMW M3 Forum > BIMMERPOST Universal Forums > Off-Topic Discussions Board
 
Post Reply
 
Thread Tools Search this Thread
      01-06-2009, 09:08 PM   #1
hl0m4n
Major General
hl0m4n's Avatar
United_States
2158
Rep
5,623
Posts

Drives: BMW
Join Date: Nov 2006
Location: NY

iTrader: (58)

Question Advanced Excel Formula Help

im trying to figure out this forumla for interest rates.

i want to do:
x dollars saved in a year (12 months) multiplied by interest rate (adjustable) multiplied by how many years i want to give me a total.

the basic formula would be amount saved multiplied by interest and then adding interest to the amount saved.

but how can i compute the yearly interest so it keeps building? hard to explain so it is year 1 saved * interest = ___+saved= total. then year 2 would be year 1+interest, etc.

anyone?
__________________
Cars: 07 335i ► 08 328i ► 11 328xi ► 13 M3 ► 17 M4 ► 14 M6
Appreciate 0
      01-06-2009, 09:27 PM   #2
leejoobin
help
103
Rep
111
Posts

Drives: 2006 BMW 325i
Join Date: Jul 2007
Location: internet

iTrader: (1)

a wha.......................t?
Appreciate 0
      01-06-2009, 10:13 PM   #3
PaulBailey@ltbmw
General
PaulBailey@ltbmw's Avatar
Italy
663
Rep
26,878
Posts

Drives: 2-325 330 2-335 2-Z4 2-135 X5d
Join Date: Mar 2007
Location: Huntington Beach, CA

iTrader: (34)

Garage List
I understand what you're asking for. . .
But don't know how to input it into excel.
Might want to try a savings calculator
Appreciate 0
      01-06-2009, 10:15 PM   #4
PaulBailey@ltbmw
General
PaulBailey@ltbmw's Avatar
Italy
663
Rep
26,878
Posts

Drives: 2-325 330 2-335 2-Z4 2-135 X5d
Join Date: Mar 2007
Location: Huntington Beach, CA

iTrader: (34)

Garage List
http://www.math.com/students/calcula...e/compound.htm

http://www.bankrate.com/brm/calc/savecalc.asp
Appreciate 0
      01-06-2009, 10:55 PM   #5
Joonsup
Lieutenant General
Joonsup's Avatar
South Korea
322
Rep
17,316
Posts

Drives: E92 M3, E30 325i
Join Date: Sep 2007
Location: Bay Area

iTrader: (8)

Garage List
2008 BMW M3  [9.50]
sum(A1:Z1)= total
Appreciate 0
      01-06-2009, 11:15 PM   #6
kyoko
Private First Class
kyoko's Avatar
42
Rep
140
Posts

Drives: F80, G01
Join Date: Jan 2006
Location: Raleigh

iTrader: (0)

Garage List
2017 BMW M3  [0.00]
2018 X3 M40i  [0.00]
From what you are saying I would do the following:

Cell B1 is your interest rate for that year
Cell B2 is your initial balance
Cell A6 =B2
Cell B5 is your interest that year =B2*B1*12 (From your formula Balance * Interest Rate * Months)
Cell B6 is your total balance that year =A6+B5

Highlight Cell B5:B6. There is a little square on the bottom right. Click that and drag it to the right for how many years you want to calculate out...

In Row B you can put the interest rate you want for that year. You probably want to label everything so it's clear to you... and you might want to check your formulas to make sure that it's correct...
Appreciate 0
      01-06-2009, 11:52 PM   #7
darkphantom
Banned
595
Rep
5,946
Posts

Drives: E93 335i
Join Date: Aug 2007
Location: The place for Bimmers

iTrader: (4)

if you haven't found your answer yet, tell me, i'll make the sheet for ya -_-
Appreciate 0
      01-07-2009, 11:13 AM   #8
hl0m4n
Major General
hl0m4n's Avatar
United_States
2158
Rep
5,623
Posts

Drives: BMW
Join Date: Nov 2006
Location: NY

iTrader: (58)

the bankrate is a great one. i want to get that on excel where i can freely change the interest rate, years, deposit, and monthly contribution to give me total.

possible?
__________________
Cars: 07 335i ► 08 328i ► 11 328xi ► 13 M3 ► 17 M4 ► 14 M6
Appreciate 0
      01-07-2009, 12:47 PM   #9
MJC///M3
Colonel
MJC///M3's Avatar
United_States
87
Rep
2,324
Posts

Drives: 09 SSII E92 M3
Join Date: Aug 2008
Location: Bronx, NYC

iTrader: (0)

=PV(rate,nper,pmt, {fv},{type}) for present value of a future cash flow...
rate = interest rate,
nper = payement made each period
FV = future value,
Type 0 or 1 for when payments are due. 0 being end of period t or 1 at the beginning of period t.

or it seems as though you want a future value of a cash flow.

use =FV( "same as above" ) except substitute in your present value for FV.
Hope this isn't too jumbled, just open up excel and play with it.

Just remember to have reference cells that you can change (interest rate, t, payment amount and schedule...etc..) then build your forumlas off those cells....so that as you vary your interest rate, or cash flow....the formulas will automatically update with your new data.
__________________
"You will get there, but it is up to you and you alone. It is what you are willing to do, and how you are willing to get there. You must be relentless, you must be tireless, you must pursue at all costs, so that you are ready, when the time is right." -Dad
Appreciate 0
      01-07-2009, 12:51 PM   #10
MJC///M3
Colonel
MJC///M3's Avatar
United_States
87
Rep
2,324
Posts

Drives: 09 SSII E92 M3
Join Date: Aug 2008
Location: Bronx, NYC

iTrader: (0)

Quote:
Originally Posted by hl0m4n View Post
im trying to figure out this forumla for interest rates.

i want to do:
x dollars saved in a year (12 months) multiplied by interest rate (adjustable) multiplied by how many years i want to give me a total.

the basic formula would be amount saved multiplied by interest and then adding interest to the amount saved.

but how can i compute the yearly interest so it keeps building? hard to explain so it is year 1 saved * interest = ___+saved= total. then year 2 would be year 1+interest, etc.

anyone?
For your second part, you need to use FV = PV(1+rs/m)^mN
that will take into account your interest compounding.....where m is the number of compounding periods for year.

Or, you can solve for PV by re-arranging the equation. to PV=FV(1+(rs/m))^-mN
Hope this helps.
__________________
"You will get there, but it is up to you and you alone. It is what you are willing to do, and how you are willing to get there. You must be relentless, you must be tireless, you must pursue at all costs, so that you are ready, when the time is right." -Dad

Last edited by MJC///M3; 01-07-2009 at 12:52 PM.. Reason: addition
Appreciate 0
Post Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 11:18 PM.




m3post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST