ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to sort a list of telephones # by every 10th, 20th number? (https://www.excelbanter.com/excel-programming/372677-how-sort-list-telephones-every-10th-20th-number.html)

t rock

How to sort a list of telephones # by every 10th, 20th number?
 
How do I sort a list of telephone numbers, to get another list of every 10th
or 20th number?

Tom Ogilvy

How to sort a list of telephones # by every 10th, 20th number?
 
In an adjacent column
=if(mod(row(),10)=0,"Keep","Skip")

drag fill down the column.

select this column and do Data=Filter=Autofilter and select keep in the
dropdown

--
regards,
Tom Ogilvy


"t rock" <t wrote in message
...
How do I sort a list of telephone numbers, to get another list of every
10th
or 20th number?





All times are GMT +1. The time now is 10:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com