I'm making a budget/credit card spreadsheet which is supposed to return comments in plain English. For example:
=IF(F6="","",CONCATENATE("You are accruing $",TRUN(I6,2)," per month in interest charges for ",B6,". Paying the minimum, your new balance would only go down $",TRUNC(E6-I6,2)," to $",TRUNC(D6-(E6-I6),2)))
is supposed to return:
You are accruing $129.31 per month in interest charges for Appliance Outlet. Paying the minimum, your new balance would only go down $8.68 to $6597.36
However, it's returning an error, #NAME?
I've verified all the data in the referenced cells is correct, and the formula looks good to me but it's not working.
Any ideas? Thanks.
-- Mojoed
=IF(F6="","",CONCATENATE("You are accruing $",TRUN(I6,2)," per month in interest charges for ",B6,". Paying the minimum, your new balance would only go down $",TRUNC(E6-I6,2)," to $",TRUNC(D6-(E6-I6),2)))
is supposed to return:
You are accruing $129.31 per month in interest charges for Appliance Outlet. Paying the minimum, your new balance would only go down $8.68 to $6597.36
However, it's returning an error, #NAME?
I've verified all the data in the referenced cells is correct, and the formula looks good to me but it's not working.
Any ideas? Thanks.
-- Mojoed
