I am using the wonderful spreadsheet by Vertex42.com and am using it to reduce all my cards to $100 under 50% utilization across the board before fully paying any individual card off unless the minimum payment becomes the outstanding balance first.
The way his spreadsheet works is you enter the amount you can pay for the month and it uses that to figure out how much over the min.payment to make on each debt.
The way I’m doing that is in the reduce to field I have the following formula
=IF(C9<((G9/2)-100),“”,(G9/2)-100)
The C column holds the current balance and the G column is the credit line.
What I’d like to do is alter my formula for the reduce field so if the balance is reduced to 84% if the card is not already there or lower.
Would someone assist me please