Filtering

  • Thread starter Thread starter Fath
  • Start date Start date
You can add a column to the table, and use the MOD function to calculate
which rows should be filtered.

For example, to filter every fifth number, enter the following formula
in the new column: =MOD(ROW(),5)=0
and copy down to the last row of data.
Then filter that column for TRUE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top