The math behind this website isn't set up to handle this. For example,
suppose that you had a $3000 debt at 18%, and a $1000 debt at 7%:
One option would be to run two sets of numbers, one using
3000 as the debt balance and 18 as the interest
rate, and the other using 1000 as the debt balance and
7 as the interest rate.
Another option would be to calculate the overall balance and the
overall interest rate, then input those numbers. You might try
something like this to get the overall interest rate:
((3000 * .18) + (1000 * .07)) / (3000 + 1000). In this example,
the result would be .1525, so the overall interest rate
would be 15.25. All fields on this website only accept
integers, so you would probably input 15.