Is it possible to do the following?
I am working on workbook trying to create a template for a friend. What I am trying to do is keep sheet1 as the finished sheet, and have sheets 2 & 3 as the informatin log sheets. Here is the formula that I started with: =IF('2009'!$B$2=20, 2*10,""). What he wants is to have sheet1 showing his clients, months, & totals. On sheet2 he wants to be able to input the amount of the payment every month in one cell (i.e. 20 for Jan, 40 for Feb, 60 for Mar., etc.). I have the formula above in the month of January, and have this for the remainder: =IF('2009'!$B$2=40, 40/2,"") this way on sheet1 all months show $20.00. The 40 is changed to 60 and 80 and so on for every month. Now to the question.
How can I use this formula and still keep sheet1 showing $20.00 for all months, no matter what the cell on sheet2 has in it, but the months that have not been paid yet show a zero balance?
Hope this is not too confusing.
Thanks