B
blakrapter
I am working on a very simple spreadsheet to check a loan balance b
subtracting last months reported principal to this months reporte
principal and checking that against the amount of money paid toward th
principal. So, I have the function =IF(G4-G5=E5, "Yes", "No") where G
is last months principal balance, G5 is this months reported principa
balance, and E5 is the amount paid toward principal balance. If th
reduction in principal matches the amount paid, then everything i
good. It all checks out (in excel and hand calculations) that th
reduction and paid principal match, BUT, it keeps displaying No?????
Why?? I have tried different variations where I have G4-G5 in anothe
cell and compair that cell to E5 and have tried doing IF(E5-whateve
cell the diff is in=0, "Yes", "No") but that won't work. Why doesn'
excel see the if statement as true when it is?
Thanks
subtracting last months reported principal to this months reporte
principal and checking that against the amount of money paid toward th
principal. So, I have the function =IF(G4-G5=E5, "Yes", "No") where G
is last months principal balance, G5 is this months reported principa
balance, and E5 is the amount paid toward principal balance. If th
reduction in principal matches the amount paid, then everything i
good. It all checks out (in excel and hand calculations) that th
reduction and paid principal match, BUT, it keeps displaying No?????
Why?? I have tried different variations where I have G4-G5 in anothe
cell and compair that cell to E5 and have tried doing IF(E5-whateve
cell the diff is in=0, "Yes", "No") but that won't work. Why doesn'
excel see the if statement as true when it is?
Thanks