Thanks but i don't want to set value by a percentage i want to convert the current value back into its lerp percentage at its current stage.
Reading the manual again i think i need to use unlerp.
lerp(current value, 200, 12*dt)
unlerp(start value, 200, current value)