hannakaram
New Member
- Joined
- Aug 9, 2019
- Messages
- 6
I create statement sheet, which have Debit (H), Credit (F) and Balance (G) Column.
Both Debit (H) and Credit (F) have Formulas to to calculate them Values.
In Balance I make this Formula, =IF(ISBLANK(C8),"",H7+F8-G8)
I use IF(ISBLANK just to keep the cell blank if there are no Data in that raw.
The problem is that I am getting #Value in Balance because either the (H) or the (F) Column have no Value.
How I can fix this??
Thanks
Both Debit (H) and Credit (F) have Formulas to to calculate them Values.
In Balance I make this Formula, =IF(ISBLANK(C8),"",H7+F8-G8)
I use IF(ISBLANK just to keep the cell blank if there are no Data in that raw.
The problem is that I am getting #Value in Balance because either the (H) or the (F) Column have no Value.
How I can fix this??
Thanks