How to add driver to negative numbers

Hello,
I want to add drivers to my shape keys which goes from -1000 to +1000, how can I do this ?

There’s nothing special about negative numbers… (var*2)-1000 ought to rescale a var from 0-1000 to -1000 to +1000.