View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default deleting certain rows

I'd probably add a helper column

In that column I'd put

=COUNTIF(J2:M2,0) 'in column 2 for example

Copy down to the end and use autofilter to find the ones that have a value
of 4 and delete.
--
HTH,
Barb Reinhardt



"Marie" wrote:

I have an 800 page spreadsheet where I need to delete all rows that have zero
in columns J through M. Can anyone steer me in the right direction.
--
Marie