View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
OssieMac OssieMac is offline
external usenet poster
 
Posts: 2,510
Default Financial Spreadsheet Help

Hi,

I am having trouble trying to comprehend what you are trying to achieve so I
need a few answers.

What does the /3 associated with the interest represent? Is it meant to be
divided by 3?

You say "if the principle hits a new threshold in the middle of the month",
then calculate everything above that threshold at the higher rate. Do I
assume that the interest is an annual interest rate applied on a daily
principle?
(Example: 5% divided by 365).

The interest rates have to be basically numeric. The way they appear in your
table with the /3 they are text characters which would need to be converted
to numeric to use them. So in answer to your query if you format cells to
percentage you can enter 5% and they will display as such but the actual
numeric value stored by Excel is 0.05. (You can establish this by
reformatting back to numeric with 2 decimal places)

Regards,

OssieMac


"C.C." wrote:

I am trying to create a spread sheet to calculate variable rates. I am a
fairly new user, using Excel 2007. I have tried to read and figure this out,
but cant quite get it.

Month Beginning Principle Interest Draw Remaining Principle
1
2


Invest. Amount Monthly Rate
$ 2,500.00 5%/3
$ 5,000.00 7%/3
$ 10,000.00 8%/3
$ 25,000.00 10%/3
$ 50,000.00 15%/3
$ 75,000.00 20%/3
$100,000.00 25%/3
$150,000.00 30%/3
$200,000.00 35%/3

The spreadsheet portion above is at A2:E4. The table below it is at H9:I18.
I want to calculate the amount of interest each month, and the interest rate
changes depending on the amount of principle. The thresholds are in the table
with the corresponding rate. Also, if the principle hits a new threshold in
the middle of the month, I want to calculate everything above that threshold
at the higher rate. Im not sure if I can leave the rates entered like they
are or if I have to enter a decimal amount for the percentage. I have
received some helpful suggestions, but cant get any to work right.
One suggestion was to use , =SUMPRODUCT(--(B3$H$10:$H$18),
(B3*($I$10:$I$18))). Someone else suggested I use VLOOKUP, Im not sure how
to do that. Any help you can offer me will be greatly appreciated. This is
driving me insane.

--
Thank You,
C.C.