Is there a way to auto-delete rows in my template that have no amount specified?

View comments to see user responses…

Subscribe to the FBS News E-mail ListSubscribe to the FBS News E-mail List

One Response to Is there a way to auto-delete rows in my template that have no amount specified?

  1. Jacob Hintze says:

    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,”")

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>