I have an Excel spreadsheet, which is generating invoices. It has three columns, Qty, Rate and Total. Total is Qty * Rate, and the Total column has the following formatting: "_(* #,##0.00_);_(* (#,##0.00);_(* ""??_);_(@_)" which means I do not get a number on blank lines. However, and here's my...