Hi Guys.
Here’s my question, quite simple actually… like the title says, i am trying to get the highest value inserted in a column, I have tried the MAX() function, but it doesn’t give me the highest, it just gives me the same number from the column im using. For example: I have a column named: “number of quotes” and each row has a random number, the highest being 200. in another column named “highest quote number” I wanted to get that number(200) from “number of quotes” and apply to all other rows…since im trying to use a formula in witch one of the params is the highest current number in the “number of quotes” column.
I hope I made myself clear, here’s the formula im trying to use, if it helps:
new_value = ( (old_value - old_min) / (old_max - old_min) ) * (new_max - new_min) + new_min
