I need to multiplicate all the values in a coloumn with a constant and returning them in a (eventually new) column.
My second problem is that there are negative values in some rows. I need to convert these values in this way:
6,28 - (value)
into positive values.
Is there any functions for these operations and how will it look like?
My second problem is that there are negative values in some rows. I need to convert these values in this way:
6,28 - (value)
into positive values.
Is there any functions for these operations and how will it look like?
Comment