G
Guest
Hello, Hope someone can help me.
I have a table that has 2 columns: "Name" and "Fee".
I would like to add another column Named "Result" that will show +1 if the
Fee is positive and it will show -1 if the Fee is negative as below
Name Fee Result
AAA 2.00 1
AAA -2.00 -1
BBB 2.00 1
BBB 2.00 1
BBB -2.00 -1
Thanks.
I have a table that has 2 columns: "Name" and "Fee".
I would like to add another column Named "Result" that will show +1 if the
Fee is positive and it will show -1 if the Fee is negative as below
Name Fee Result
AAA 2.00 1
AAA -2.00 -1
BBB 2.00 1
BBB 2.00 1
BBB -2.00 -1
Thanks.