Hi,
Highlighting your data column and running the following 3-line script add a column which indicates the minimum value at the same index:worksheet -i colnum(%C);
sum(%C);
wcol(colnum(%C)+1)[sum.imin]=sum.min;
Hope this is what you are looking for.
--Hideo Fujii
OriginLab