Subtracting a negative value is the same as adding a value, i.e., -(-1) = +1. But I'm guessing you are asking how to subtract 1 from a value. If so, go to formula->new and enter:
{table.amt}-1
If this isn't what you mean, please provide more detail about what you are trying to do.
I am using Crystal 8.5. I need to create a formula that will display Gross Profit Percent.
The formula I currently have in place is
IF {SOH_CustSlsHistory.DollarsSoldPeriod8}<>0 THEN {SOH_CustSlsHistory.CostOfGoodsSoldPeriod8}/{SOH_CustSlsHistory.DollarsSoldPeriod8}- (-1.00) *100
If you take 1288.20 divided by 1788.87 - (-1.00) *100
you should get 27.98
I get 100.7201.
Something is wrong with my formula.
What exactly are you trying to do in the formula?
It looks like you want to want to multiply -1 and 100=-100
Subtract that from 1788.87 = 1888.87
and then divide 1288.2 by the result.
= 0.68.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.