some one help me please

I

inneedjen

Can someone help me i need to get the total from the amount column to
generate over to the amont paid column, the to columns always are the same
amount. this is how my spreadsheet looks.
Loan # Invoice # Invoice Date Amount Date Paid Amount Paid
please help
 
U

ufo_pilot

two ways I would do that
1.) click in the cell that you want the final result then = (equal sign)
then click on the cell you want it to read.

2.) =IF(D9<>"",D9,"") this will return blanks when there is no data (
instead of zero's)
it will also "read" text in the cell, not just numbers
 
Top