Excel Spreadsheet problem

Anonymous
2018-11-15T21:26:36+00:00

Hello! So I'm having a excel issue. It's suppose to automatically fill in data, but I am getting errors when I try to do the thing where you drag it down the rows you want to duplicate/populate. It seems like its changing the math I want done in the cell. 

This is what I want in the whole "payment" section: =PMT(B2/B4,B3*B4,-B1)

but when I drag it to apply it to more than 1 cell it advances the numbers(changes it from -B1 to B3): =PMT(B4/B6,B5*B6,-B3) (I guess it's changing all the cell ID's as well)- then it spits out a #VALUE! or #DIV/0! error. In the picture I provided I had to manually put in the "$933.40" payment for those first 3 rows. 

So it should be this: =PMT(B2/B4,B3*B4,-B1) for that whole row but it's changing the formula when I drag it down.

https://imgur.com/34cVPie

Any advice? What am I doing wrong?

Thanks!

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. DaveM121 815.8K Reputation points Independent Advisor
    2018-11-15T21:38:04+00:00

    Hi frza45

    You just need to change the cell reference type in the original formula then drag down

    In any part of that formula where you don't want a cell reference to change, make this change for example if you don't want B3 to change as you drag down, change B3 to $B$3 and so on in your formula

    0 comments No comments
  2. Anonymous
    2018-11-15T22:25:41+00:00

    Ok, great! That worked! But now I need to calculate interest, total interest and balance off the data. I am new to excel so if you don't want to tell me maybe you could show me a tutorial that would be good for this? I'm confused, the interest rate and the balance should be going down. Basically, how do I get something like the total interest rate to add the previous and current interest rates so I get the running total? Then have it all display automatically when I drag the column? 

    Thanks!

    0 comments No comments