If I have a number anywhere on the range 140 - 350 and I want to match it to the correlated range "0 - 360" what function can I run it through?
i.e.:
140 would go through the function and return 0.
350 would go through the function and return 360.
245 (midpoint of Range 1) would go through the function and return 180 (midpoint of Range 2).
I have a feeling the answer will involve using percentages.