some one help me please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top