I have 5 columns: Cost, Commission, Discount Percent, Amount Paid, Amount Saved. The first 3 listed are literal values, the last two are formulas. I want my Amount Paid to come from an if statement that checks if discount percent was 0 then they paid full price, but if discount percent was not 0 then they paid Cost - (Cost*Discount). The formula compares 0% in the discount column against "0" and will not ever say that they are the same (this also goes if I compare discount cell against "0%". What am I doing wrong?