i feel like i have done this a hundred times, but for whatever reason its not working for me...
i have a data table that looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]RATE[/TD]
[TD]Monthly[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]1.00%[/TD]
[TD]262.81[/TD]
[/TR]
[TR]
[TD]2.00%[/TD]
[TD]276.04[/TD]
[/TR]
[TR]
[TD]3.00%[/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]4.00%[/TD]
[TD]303.74[/TD]
[/TR]
[TR]
[TD]5.00%[/TD]
[TD]318.20[/TD]
[/TR]
[TR]
[TD]6.00%[/TD]
[TD]333.06[/TD]
[/TR]
</tbody>[/TABLE]
all the RATE numbers are manually entered.
now, if i reference the 3.00% number under the RATE column to the INPUT cell that I entered when I setup the data table, this happens:
[TABLE="width: 500"]
<tbody>[TR]
[TD]RATE[/TD]
[TD]Monthly[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]1.00%[/TD]
[TD]262.81[/TD]
[/TR]
[TR]
[TD]2.00%[/TD]
[TD]276.04[/TD]
[/TR]
[TR]
[TD]3.00%[/TD]
[TD]276.04[/TD]
[/TR]
[TR]
[TD]4.00%[/TD]
[TD]303.74[/TD]
[/TR]
[TR]
[TD]5.00%[/TD]
[TD]318.20[/TD]
[/TR]
[TR]
[TD]6.00%[/TD]
[TD]333.06[/TD]
[/TR]
</tbody>[/TABLE]
this is obviously not correct, it is the value for the entry above.
and...
if i make ALL of the RATE cells then relative to the 3.00% one... (in other words 2.00% is actually =A5-0.01 and 4% is actually =A5+0.01)
i get...
[TABLE="width: 500"]
<tbody>[TR]
[TD]RATE[/TD]
[TD]Monthly[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]1.00%[/TD]
[TD]262.81[/TD]
[/TR]
[TR]
[TD]2.00%[/TD]
[TD]250.00[/TD]
[/TR]
[TR]
[TD]3.00%[/TD]
[TD]250.00[/TD]
[/TR]
[TR]
[TD]4.00%[/TD]
[TD]262.81[/TD]
[/TR]
[TR]
[TD]5.00%[/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]6.00%[/TD]
[TD]333.06[/TD]
[/TR]
</tbody>[/TABLE]
this is weird b/c the number for the first one and last one never change, but all the ones in-between change.
incidentally, the formula which is being solved is simply a 30k loan pmt for 10yrs ( =PMT(RATE/12,120,30000)*-1 )
i have a data table that looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]RATE[/TD]
[TD]Monthly[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]1.00%[/TD]
[TD]262.81[/TD]
[/TR]
[TR]
[TD]2.00%[/TD]
[TD]276.04[/TD]
[/TR]
[TR]
[TD]3.00%[/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]4.00%[/TD]
[TD]303.74[/TD]
[/TR]
[TR]
[TD]5.00%[/TD]
[TD]318.20[/TD]
[/TR]
[TR]
[TD]6.00%[/TD]
[TD]333.06[/TD]
[/TR]
</tbody>[/TABLE]
all the RATE numbers are manually entered.
now, if i reference the 3.00% number under the RATE column to the INPUT cell that I entered when I setup the data table, this happens:
[TABLE="width: 500"]
<tbody>[TR]
[TD]RATE[/TD]
[TD]Monthly[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]1.00%[/TD]
[TD]262.81[/TD]
[/TR]
[TR]
[TD]2.00%[/TD]
[TD]276.04[/TD]
[/TR]
[TR]
[TD]3.00%[/TD]
[TD]276.04[/TD]
[/TR]
[TR]
[TD]4.00%[/TD]
[TD]303.74[/TD]
[/TR]
[TR]
[TD]5.00%[/TD]
[TD]318.20[/TD]
[/TR]
[TR]
[TD]6.00%[/TD]
[TD]333.06[/TD]
[/TR]
</tbody>[/TABLE]
this is obviously not correct, it is the value for the entry above.
and...
if i make ALL of the RATE cells then relative to the 3.00% one... (in other words 2.00% is actually =A5-0.01 and 4% is actually =A5+0.01)
i get...
[TABLE="width: 500"]
<tbody>[TR]
[TD]RATE[/TD]
[TD]Monthly[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]1.00%[/TD]
[TD]262.81[/TD]
[/TR]
[TR]
[TD]2.00%[/TD]
[TD]250.00[/TD]
[/TR]
[TR]
[TD]3.00%[/TD]
[TD]250.00[/TD]
[/TR]
[TR]
[TD]4.00%[/TD]
[TD]262.81[/TD]
[/TR]
[TR]
[TD]5.00%[/TD]
[TD]289.68[/TD]
[/TR]
[TR]
[TD]6.00%[/TD]
[TD]333.06[/TD]
[/TR]
</tbody>[/TABLE]
this is weird b/c the number for the first one and last one never change, but all the ones in-between change.
incidentally, the formula which is being solved is simply a 30k loan pmt for 10yrs ( =PMT(RATE/12,120,30000)*-1 )