G
Guest
The following function:
=Abs(Sum(([pres]="scr")*[gain]))
Produces a positive result all the time, even if the answer should be
negative.
I tried the following:
=Sum(([pres]="scr")*[gain])
and it returned a negative value when it should have been positive and
positive when it should have been negative.
=Abs(Sum(([pres]="scr")*[gain]))
Produces a positive result all the time, even if the answer should be
negative.
I tried the following:
=Sum(([pres]="scr")*[gain])
and it returned a negative value when it should have been positive and
positive when it should have been negative.