Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Stuck! Moving cells to the right

Hello!
I am trying to model a solar power project finance investment, and I am
stuck on a small issue. As follows:

Many banks give 1 year grace in the payback of the loan. I am trying to set
up a function whereby if I put a "1" in an input cell, then in the relevant
row in my loan calculator secetion, (PMT function), all anual payments get
moved on cell to the right, such that the interest is still "accumulated"
that year, but no payment is made.

can you help?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 345
Default Stuck! Moving cells to the right

You haven't given a very detailed explanation.
Are there formula in the cells to calculate interest and "accumulations" or
are the calculations VBA actioned?
Give some examples.


"Rubanski" wrote:

Hello!
I am trying to model a solar power project finance investment, and I am
stuck on a small issue. As follows:

Many banks give 1 year grace in the payback of the loan. I am trying to set
up a function whereby if I put a "1" in an input cell, then in the relevant
row in my loan calculator secetion, (PMT function), all anual payments get
moved on cell to the right, such that the interest is still "accumulated"
that year, but no payment is made.

can you help?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Stuck! Moving cells to the right

Hi Ron@Buy,

Thanks for the answer. Sorry for my inexactitude...

My process was as follows...

I have in my spreadsheet at the top an income statement, beneath which is a
balance sheet, followed by a cash flow statement.
To calculate the interset payable on a mortgage loan in the income
statement, and also to calculate the amount of debt for he balance sheet,
beneath the Cash flow statement I did the following calulation:

1. Principal
2. Interest due (Principal x interest rate)
3. Anual Quota (PMT(4,5% etc)
4. Balance ( 1+2-3)

and I did this over 25 years.

Now, imagine I ask the bank to give me one years grace period for the loan
when I dont have to pay back my anual due... even though the interest
accumulates. What I am looking to do, through some clever excel equation, is
shift (in this example) row 3 one column to the right. In this way, it will
return 0 in year one, and correspondingly, my income and cash flow statement
automatically will refelct the 0 entry to.

I hope this is ok to understand! I am not yet VBA literate.

Thanks for your time,

Rubanski




"Ron@Buy" wrote:

You haven't given a very detailed explanation.
Are there formula in the cells to calculate interest and "accumulations" or
are the calculations VBA actioned?
Give some examples.


"Rubanski" wrote:

Hello!
I am trying to model a solar power project finance investment, and I am
stuck on a small issue. As follows:

Many banks give 1 year grace in the payback of the loan. I am trying to set
up a function whereby if I put a "1" in an input cell, then in the relevant
row in my loan calculator secetion, (PMT function), all anual payments get
moved on cell to the right, such that the interest is still "accumulated"
that year, but no payment is made.

can you help?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Stuck! Moving cells to the right

You are making things too complicated. You have basic financial
calculations:
ClosingBalance = OpeningBalance - Payments + Interest

In your case, you want to allow the payment in a given year to be zero. So
use something like:
=if(a1=1,0,a2)

But the math on calculating the new balance doesn't change.

Regards,
Fred.

"Rubanski" wrote in message
...
Hello!
I am trying to model a solar power project finance investment, and I am
stuck on a small issue. As follows:

Many banks give 1 year grace in the payback of the loan. I am trying to
set
up a function whereby if I put a "1" in an input cell, then in the
relevant
row in my loan calculator secetion, (PMT function), all anual payments get
moved on cell to the right, such that the interest is still "accumulated"
that year, but no payment is made.

can you help?



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
Enter Key + Dragging Cells / Moving Cells Tim Excel Discussion (Misc queries) 2 September 24th 08 11:14 AM
Arrow Keys Moving Window Frame instead of Moving Between Cells nemmex Excel Discussion (Misc queries) 2 April 9th 07 09:08 AM
Moving between cells Bails Excel Discussion (Misc queries) 5 July 7th 06 06:00 PM
moving cells jgregor Excel Worksheet Functions 1 October 26th 05 02:49 PM
Highlighting blanks via GO TO SPECIAL is not highlighting blank cells - HELP, I'm totally stuck. Jamie Furlong Excel Discussion (Misc queries) 6 August 28th 05 09:27 PM


All times are GMT +1. The time now is 02:35 AM.

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"