Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Cant make it work


I really need help with EXCEL. Here is what I want to do!

I want it set up so I can have my credit card balances in one column,
the APR in column 2, column 3 figure out minimun payment, column 4 is
what i actually pay, and column 5 figure my new balance.

Now my question is one is this possible? and 2 how do I go about making
this happen?


--
Bama_Buc
------------------------------------------------------------------------
Bama_Buc's Profile: http://www.excelforum.com/member.php...o&userid=37425
View this thread: http://www.excelforum.com/showthread...hreadid=571009

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 427
Default Cant make it work


A2 = 1000.00
B2 = 10% (this is annual interest rate - not exactly the APR)
C2 = (A2 * (B2/12))
D2 = A2 - C2

Remember C2 only gives Interest due
if Minimum monthly payment is 10 then formula should change to this
C2 = IF( (A2*(B2/12))<10, 10, (A2*(B2/12)) )

You may need to have a a column for the Minimum payment, which may
be different for different cards.


Steve


On Sat, 12 Aug 2006 11:55:20 +0100, Bama_Buc
wrote:


I really need help with EXCEL. Here is what I want to do!

I want it set up so I can have my credit card balances in one column,
the APR in column 2, column 3 figure out minimun payment, column 4 is
what i actually pay, and column 5 figure my new balance.

Now my question is one is this possible? and 2 how do I go about making
this happen?





--
Steve (3)
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 86
Default Cant make it work

This is standard laon calculations. Search the net for loan calculator
spreadhseets. Bet you can find one to download and havel all you need in it.

"SteveW" wrote:


A2 = 1000.00
B2 = 10% (this is annual interest rate - not exactly the APR)
C2 = (A2 * (B2/12))
D2 = A2 - C2

Remember C2 only gives Interest due
if Minimum monthly payment is 10 then formula should change to this
C2 = IF( (A2*(B2/12))<10, 10, (A2*(B2/12)) )

You may need to have a a column for the Minimum payment, which may
be different for different cards.


Steve


On Sat, 12 Aug 2006 11:55:20 +0100, Bama_Buc
wrote:


I really need help with EXCEL. Here is what I want to do!

I want it set up so I can have my credit card balances in one column,
the APR in column 2, column 3 figure out minimun payment, column 4 is
what i actually pay, and column 5 figure my new balance.

Now my question is one is this possible? and 2 how do I go about making
this happen?





--
Steve (3)

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
Work book formulas Jessica Excel Discussion (Misc queries) 1 June 9th 05 10:51 AM
How to copy the work sheets from different workbooks into one? Sesh Excel Discussion (Misc queries) 1 April 15th 05 06:03 PM
Spin button in a work sheet - how do I make it work? [email protected] Excel Worksheet Functions 1 April 7th 05 08:43 PM
Make Autofit row height work with merged cells Franketh Excel Discussion (Misc queries) 2 April 6th 05 09:13 PM
How do I make an If-Then formula in Excel? kdub1980 Excel Worksheet Functions 3 November 11th 04 06:08 AM


All times are GMT +1. The time now is 12:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"