Hello,
I have two fields with data each ranging from 0 to (potentially) the hundreds of thousands. What I need to accomplish is to re-scale column B so that it matches the range of column A.
For example, if column A values were from 0-50,423 and column B values were from 0-78,534, I'd like to transform the values in column B to equal the range of column A (0-78,534).
Please see the example below example and thank in advance for any suggestions/assistance!
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]24,923[/TD]
[TD]28,460[/TD]
[/TR]
[TR]
[TD]24,539[/TD]
[TD]27,841[/TD]
[/TR]
[TR]
[TD]23,252[/TD]
[TD]17,353[/TD]
[/TR]
[TR]
[TD]23,139[/TD]
[TD]14,641[/TD]
[/TR]
</tbody>[/TABLE]
I have two fields with data each ranging from 0 to (potentially) the hundreds of thousands. What I need to accomplish is to re-scale column B so that it matches the range of column A.
For example, if column A values were from 0-50,423 and column B values were from 0-78,534, I'd like to transform the values in column B to equal the range of column A (0-78,534).
Please see the example below example and thank in advance for any suggestions/assistance!
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]24,923[/TD]
[TD]28,460[/TD]
[/TR]
[TR]
[TD]24,539[/TD]
[TD]27,841[/TD]
[/TR]
[TR]
[TD]23,252[/TD]
[TD]17,353[/TD]
[/TR]
[TR]
[TD]23,139[/TD]
[TD]14,641[/TD]
[/TR]
</tbody>[/TABLE]