Good morning,
I'm working on a budget sheet. I have a form that uses logic to split between "expenses" and Credits.
If there is a credit, the form will ask for the purchase amount. The purchase amount will then be multiplied by .85. to determine the credit total.
My [Return Credits] column has a formula to calculate [Original Cost]@row * .85
straight forward and simple. This function works.
The problem is that the remainder of the column is filled with 0.00 if there was no refund. I would like to make it so a cell in [Return Credits] with a value of 0.00 be blank.
I've tried several suggestions I've found on the forums, but it seems they also blank out the cells with real values in it.
Thank you in advance for any help and suggestions.