steveb1957
New Member
- Joined
- Jul 2, 2018
- Messages
- 7
My check register has stopped working properly. The formulas won't work together such as
<tbody>
[TD="class: xl67"][/TD]
</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 don't work
=IF(AND(ISBLANK(F7),ISBLANK(G7)),"",H6-F7+G7)
=IF(AND(ISBLANK(F8),ISBLANK(G8)),"",H7-F8+G8)
the 1st formula on the spreadsheet is a copy/paste-link from the bottom of the previous page
='Check Register (73)'!H89, i am on ss 74
if I could past a file to show you better what I'm talking about that would be great.
<tbody>
[TD="class: xl67"][/TD]
</tbody>
=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 don't work
=IF(AND(ISBLANK(F7),ISBLANK(G7)),"",H6-F7+G7)
=IF(AND(ISBLANK(F8),ISBLANK(G8)),"",H7-F8+G8)
the 1st formula on the spreadsheet is a copy/paste-link from the bottom of the previous page
='Check Register (73)'!H89, i am on ss 74
if I could past a file to show you better what I'm talking about that would be great.
Last edited by a moderator: