I am to Add a column named Gal Billed to the table; wich I did.
And the enter a formula to calculate the number of gallons billed based on the following rules:
If a customer's bill is waived (Bill Waived Column) or the number of gallons used is less than 25,000 (Gal Used Column), display 0 in Gal Billed Column; otherwise, display the value from the Gal Used Column in the Gal Billed Column. I am confused....Help please
[TABLE="class: cms_table, width: 616"]
<tbody>[TR]
[TD]Customer Name[/TD]
[TD]Cust Type[/TD]
[TD]Bill Waived[/TD]
[TD]Taxable[/TD]
[TD]Billing Year[/TD]
[TD]Gal Used[/TD]
[TD]Gal Billed[/TD]
[/TR]
[TR]
[TD]Red Lake Chapter[/TD]
[TD]NPROFIT[/TD]
[TD]No[/TD]
[TD]Yes[/TD]
[TD="align: right"]2013[/TD]
[TD="align: right"]108,300[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Amity Church[/TD]
[TD]NPROFIT[/TD]
[TD]Yes[/TD]
[TD]No[/TD]
[TD="align: right"]2013[/TD]
[TD="align: right"]55,160[/TD]
[/TR]
</tbody>[/TABLE]
And the enter a formula to calculate the number of gallons billed based on the following rules:
If a customer's bill is waived (Bill Waived Column) or the number of gallons used is less than 25,000 (Gal Used Column), display 0 in Gal Billed Column; otherwise, display the value from the Gal Used Column in the Gal Billed Column. I am confused....Help please
[TABLE="class: cms_table, width: 616"]
<tbody>[TR]
[TD]Customer Name[/TD]
[TD]Cust Type[/TD]
[TD]Bill Waived[/TD]
[TD]Taxable[/TD]
[TD]Billing Year[/TD]
[TD]Gal Used[/TD]
[TD]Gal Billed[/TD]
[/TR]
[TR]
[TD]Red Lake Chapter[/TD]
[TD]NPROFIT[/TD]
[TD]No[/TD]
[TD]Yes[/TD]
[TD="align: right"]2013[/TD]
[TD="align: right"]108,300[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Amity Church[/TD]
[TD]NPROFIT[/TD]
[TD]Yes[/TD]
[TD]No[/TD]
[TD="align: right"]2013[/TD]
[TD="align: right"]55,160[/TD]
[/TR]
</tbody>[/TABLE]