I have about 100 values in column some of which are the same and want to retrieve the smallest difference between any of the values in the list.
For the example of the list of numbers below I would like to retrieve the answer = 0.04
[TABLE="width: 64"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]15.03[/TD]
[/TR]
[TR]
[TD="align: right"]15.11[/TD]
[/TR]
[TR]
[TD="align: right"]15.22[/TD]
[/TR]
[TR]
[TD="align: right"]15.35[/TD]
[/TR]
[TR]
[TD="align: right"]15.16[/TD]
[/TR]
[TR]
[TD="align: right"]15.48[/TD]
[/TR]
[TR]
[TD="align: right"]16.25[/TD]
[/TR]
[TR]
[TD="align: right"]16.08[/TD]
[/TR]
[TR]
[TD="align: right"]15.26[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for any suggestions or ideas...
For the example of the list of numbers below I would like to retrieve the answer = 0.04
[TABLE="width: 64"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]15.03[/TD]
[/TR]
[TR]
[TD="align: right"]15.11[/TD]
[/TR]
[TR]
[TD="align: right"]15.22[/TD]
[/TR]
[TR]
[TD="align: right"]15.35[/TD]
[/TR]
[TR]
[TD="align: right"]15.16[/TD]
[/TR]
[TR]
[TD="align: right"]15.48[/TD]
[/TR]
[TR]
[TD="align: right"]16.25[/TD]
[/TR]
[TR]
[TD="align: right"]16.08[/TD]
[/TR]
[TR]
[TD="align: right"]15.26[/TD]
[/TR]
</tbody>[/TABLE]
Thanks for any suggestions or ideas...