All,
How can I rank the minimum values across multiple columns in a row for each RouteID value.
ex.
Route ID A B C D E
1 .05 .06 .007 .10 .09
2 .05 .08 .099 .11 .04
3 .10 .03 .12 .002 .10
So the results would look as follows
Route ID A B C D E Min1 Min2 Min3
1 .05 .06 .007 .10 .09 .007 .05 .06
2 .05 .08 .099 .11 .04 .04 .05 .08
3 .10 .03 .12 .002 .11 .002 .03 .10
Thanks for all the help in advance.
Steve
How can I rank the minimum values across multiple columns in a row for each RouteID value.
ex.
Route ID A B C D E
1 .05 .06 .007 .10 .09
2 .05 .08 .099 .11 .04
3 .10 .03 .12 .002 .10
So the results would look as follows
Route ID A B C D E Min1 Min2 Min3
1 .05 .06 .007 .10 .09 .007 .05 .06
2 .05 .08 .099 .11 .04 .04 .05 .08
3 .10 .03 .12 .002 .11 .002 .03 .10
Thanks for all the help in advance.
Steve