My check register has stopped working properly. The formulas won't work together such as
<tbody>
</tbody>
=IF(AND(ISBLANK(F85),ISBLANK(G85)),"",H84-F85+G85)
=IF(AND(ISBLANK(F86),ISBLANK(G86)),"",H85-F86+G86)
These are from 2 total lines in my spreadsheet (ss) that works
Now
This next formula...