Negative number

Hello)

Here is my problem.
I have a column with numbers and some of them are negative, with minus. How do I get rid of that minus? I need those numbers be positive, not zero

Use a Math column with the formula ABS(N), where N is your Number column. Then use that Math column in place of your Number column.

Thank you!)