Linhas alternadas

R

Roque

Eu tenho uma planilha Excel em que várias linhas não tem conteudo. Como
marcá-las de uma só vez para exclui-las.
Lembrando que as linhas a serem excluidas são mais que 2000. Se for marcando
uma por uma ou trecho por trecho, isso levará muito tempo.
 
J

JulieD

Hi

my portugese is serious lacking, but if i understand what you're saying ...
if you can easily identify which lines you need to delete you can write a
formula to put a value in a column to say to delete or not delete e.g.
=IF(A1=5,"delete","")
this formula can be quickly copied down the whole column by double clicking
on the little black + you see when you hold your cursor over the formula
cells' bottom right hand corner.
you can then sort by this column (use data / sort) and delete the rows all
at one time - or use a macro to do this.

alternatively, posting to microsoft.public.pt.excel might provide a better
solution :)
 

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

Similar Threads


Top