Hi yall,
I have a quick question, I am struggling the assemble the following formula;
I have two variables, 1: Speed (Range from 0 to 1500) and 2: Result (Must be between 0.1-1.0)
The lower the value of "Speed" becomes, meaning 1500, 1450, 1300, etc.. The higher the "Result" value should increase from 0.1, 0.3, 0.5, etc.. Meaning if the value of 'Speed" would reach 0 then "Result" must be 1.0 and if speed would reach 1500 result would be 0.
Any tips or advice would greatly be appreciated!