Will the following expression work . .
linear(value,a,b,c,d)
a=your observed min val
b=your observed max val
c=your proposed min val
d=your proposed max val
therefore, this should be good for you = linear(value,100,700,100,25)
linear(value,100,700,100,25)