I have a checkbox called UNREP. What I would like to do is sum all the values checked "Yes". I have the following code.
=Sum([UNREP])
The problem I am having, is it returns a "negative" value. How do I get rid of the "Negative sign"?
=Sum([UNREP])
The problem I am having, is it returns a "negative" value. How do I get rid of the "Negative sign"?