Hi scalpa,
Say, you have A(X1), B(Y1), C(X2), D(Y2), and columns A and D change with increment 1 in "regular" way, you can extract every 10 of values at both columns, you can extract such sparse rows by Worksheet Query tool with the following condition:A-int(A/10)*10=0 OR D-int(D/10)*10=0
Does this work as you wanted?
--Hideo Fujii
OriginLab