Delete row based on cell value

S

stantune

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
 
D

David Biddulph

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