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!