D
Dave Y
Hello,
I'm trying to learn Excel Formulas as well as VBA. I have
a spreadsheet that shows fictional loan payments and the
cumulating interest paid over a period of time. I was
able to come up with the formulas using Excel Help for
the monthly loan payment as well as the cumulative
interest amount. The spreadsheet is as follows:
LoanAmt Months Rate MonthlyPmt TotalInterest Under400
$5000 36 .06 -127.11 -475.95
I'm having trouble getting either a formula or VBA code
that will put "TRUE" into the Under400 column if the
value in the MonthlyPmt is less than $400 and "FALSE" if
the value is over $400. I have tried a few things with
VBA code but I keep getting a return of "TRUE" even if
the value is over $400. I thought this would be the easy
part to figure out, but I had less trouble with the other
formulas. Any help will be appreciated. Thank you.
Dave
I'm trying to learn Excel Formulas as well as VBA. I have
a spreadsheet that shows fictional loan payments and the
cumulating interest paid over a period of time. I was
able to come up with the formulas using Excel Help for
the monthly loan payment as well as the cumulative
interest amount. The spreadsheet is as follows:
LoanAmt Months Rate MonthlyPmt TotalInterest Under400
$5000 36 .06 -127.11 -475.95
I'm having trouble getting either a formula or VBA code
that will put "TRUE" into the Under400 column if the
value in the MonthlyPmt is less than $400 and "FALSE" if
the value is over $400. I have tried a few things with
VBA code but I keep getting a return of "TRUE" even if
the value is over $400. I thought this would be the easy
part to figure out, but I had less trouble with the other
formulas. Any help will be appreciated. Thank you.
Dave