View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Delete row based on cell value

You could use a helper column with formula =MOD(A2,1), autofilter on that
column for 0.5, and Delete Rows.
--
David Biddulph

"stantune" wrote in message
...
I have a list of numbers,
1
1.5
2
3
4
4.5
I want to delete rows that contain x.5 Any suggestions are greatly
appreciated.

Thanks,


stantune