Hello, how can I loop through a column and pick intermediate data points within that column, meaning say a column containing 40 data points. how can i code a loop through in vba to pick only the lowest data points, be it data points 5, 12, 21, 24, 28, 30, 33, 38. how can i code this part within the looping to place the data points within a array, to only pick the lowest data points within the column of 40 data points. Any help would be appreciated, I tried using min(), but not quite right. Thanks in advance.