selecting every tenth row in excel

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi,

Does anyone know of a easy way of displaying every tenth
row only in an excel worksheet?

cheers.
Steve.
 
Find a blank column in the table in the first cell, type in the following formula
=if(cell above =10,1,cell above +1)
Copy this formula to the bottom of the table. Then copy and pastespecial>values on the same column to get rid of the formulae. Use a filter to get the 10th row by selecting the 10's in the same column.
 

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