Hi,
If I have a table shown below. I want to calculate the numeric rank of the item selected. For the examples below, I would expect row 1 to return something over a ranking of 3 as the selected value ended up higher than the largest option given. Where as line two's selection was in the middle of 2 and 3 so I would expect 2.5. Line 3 would be close to maybe 2.4 and then line 4 would be 2. Any thoughts on a formula or equation to use to do this?
[TABLE="width: 465"]
<tbody>[TR]
[TD]Option 1 [/TD]
[TD]Option 2[/TD]
[TD]Option 3[/TD]
[TD]Selected item[/TD]
[TD]Scale [/TD]
[/TR]
[TR]
[TD] 11,050 [/TD]
[TD] 35,350 [/TD]
[TD] 49,950 [/TD]
[TD] 55,164 [/TD]
[TD] 3.5 [/TD]
[/TR]
[TR]
[TD] 8,000 [/TD]
[TD] 12,000 [/TD]
[TD] 20,000 [/TD]
[TD] 16,000 [/TD]
[TD] 2.5 [/TD]
[/TR]
[TR]
[TD] 35,000 [/TD]
[TD] 50,000 [/TD]
[TD] 75,000 [/TD]
[TD] 60,000 [/TD]
[TD] 2.4 [/TD]
[/TR]
[TR]
[TD] 22,200 [/TD]
[TD] 34,680 [/TD]
[TD] 66,000 [/TD]
[TD] 34,680 [/TD]
[TD] 2.0 [/TD]
[/TR]
</tbody><colgroup><col span="3"><col><col></colgroup>[/TABLE]
If I have a table shown below. I want to calculate the numeric rank of the item selected. For the examples below, I would expect row 1 to return something over a ranking of 3 as the selected value ended up higher than the largest option given. Where as line two's selection was in the middle of 2 and 3 so I would expect 2.5. Line 3 would be close to maybe 2.4 and then line 4 would be 2. Any thoughts on a formula or equation to use to do this?
[TABLE="width: 465"]
<tbody>[TR]
[TD]Option 1 [/TD]
[TD]Option 2[/TD]
[TD]Option 3[/TD]
[TD]Selected item[/TD]
[TD]Scale [/TD]
[/TR]
[TR]
[TD] 11,050 [/TD]
[TD] 35,350 [/TD]
[TD] 49,950 [/TD]
[TD] 55,164 [/TD]
[TD] 3.5 [/TD]
[/TR]
[TR]
[TD] 8,000 [/TD]
[TD] 12,000 [/TD]
[TD] 20,000 [/TD]
[TD] 16,000 [/TD]
[TD] 2.5 [/TD]
[/TR]
[TR]
[TD] 35,000 [/TD]
[TD] 50,000 [/TD]
[TD] 75,000 [/TD]
[TD] 60,000 [/TD]
[TD] 2.4 [/TD]
[/TR]
[TR]
[TD] 22,200 [/TD]
[TD] 34,680 [/TD]
[TD] 66,000 [/TD]
[TD] 34,680 [/TD]
[TD] 2.0 [/TD]
[/TR]
</tbody><colgroup><col span="3"><col><col></colgroup>[/TABLE]