View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick
 
Posts: n/a
Default How do I delete rows with negative values all at once i.e. 47,000.

Jean,

Yes. You can do it manually: Sort based on the column of values where the negative might be found,
then select the cells with negative numbers and delete the rows.

Or you could use a macro to do essentially the same thing. Just don't write a macro that steps
through row by row....

HTH,
Bernie
MS Excel MVP


"Jean" wrote in message
...
I am using Excel and need to delete at least 47,000 rows with negative values
in them all at once - Can this be done?