Here is the deal, I have need to write a formula to calculate points. Points are both positive and negative numbers. I was successful in writing a basic formulation that would add each input and converting any result of a negative number zero. This works fine if the when the expression is negative + negative + negative + positive but if the expression positive + negative + negative + positive it does not work right because I am converting the negative number to zero and when the lead number in the equation is a positive, I need for the negative number to be subtracted from the positive number. I'm not a programmer and my brain is friend.
Any help is very much appreciated.
Cecily