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
|