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
 
Back
Top