I am developing a sheet to do some debt analysis. I have an input cell for loan value (B1), interest rate (F1), term (months)(H1), and payment(J1). I also have a set of cells that will calculate each of these values individually, given the other 3 values (J4-7 respectively). What I am trying to accomplish is to be able to manually input the values in the input cells, or to have a logic test determine if one input cell is empty, and use the other 3 to calculate it and insert the calculated value. I can not put a formula directly in the input cell because a manual entry will overwrite the formula for future use (and I plan to protect the cells with formulas).
Ideas?
Ideas?