I have a table of data with value 3 columns: two columns have values, the third column has the difference bteween these values, can be a negative or positive number. Without sorting the data, I want to calculate the running % of total of the difference column ignoring the sign (ie treating the...