G
Guest
I need to select every 10th row in a list of 35,000 email addresses to come
up with 3,500 for a survey. Thanks for any help
up with 3,500 for a survey. Thanks for any help
Frank Kabel said:Hi
in B1 enter:
=--(MOD(ROW()-1,10)=0)
and copy down for all rows.
After this select this range and copy it. Insert it with 'Edit - Paste
Special - Values'
Now apply a filter and filter all rows with a '1'