View comments to see user responses…
Categories
-
Recent Posts
- Participate in the e-Journal Excel Users Forum
- How can I modify my formula to return a blank instead of 0?
- Why is the text of my formula displaying instead of the formula result?
- Why can’t I paste data into the template?
- Is there a way to auto-delete rows in my template that have no amount specified?
Recent Comments
- fx on Why is the text of my formula displaying instead of the formula result?
- Rebecca Baggett on Why can’t I paste data into the template?
- Rebecca Baggett on Why is the text of my formula displaying instead of the formula result?
- Rebecca Baggett on How can I modify my formula to return a blank instead of 0?
- Jacob Hintze on Is there a way to auto-delete rows in my template that have no amount specified?
Archives
My preferred solution for this issue is to create an =IF() formula for the chartfield and description cells of a line to be blank if the debit and credit are also blank (or zero). This may make the excel worksheet look strange with blank lines between the actual lines, but once uploaded to the web format, the blank lines are removed.
Example:
=IF(OR(I17<>“”,J17<>“”),Sheet1!$A$12,”")