[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Simple Request



PureBytes Links

Trading Reference Links

Happy Pre-Valentine's Day to all! I have a simple request that I need a
little help with. I have an osc that is coded like this:

Value1=x;
Value2=y;
Value3=(Value1-Value2);

I have normalized it this way:

Plot1(IFF(Value1-Value2<> 0,(Value3/Value2)*100,1),"XY");

What I would like to do is normalize it, such that it only ranges
between 0 and 100. As always, the list's assistance is much appreciated.