If function

A

algebroni

is there a way you can delete the content of a row if
for example if cell O2<2 Then delete the content of the whole row.Any ideas
Thanks
 
B

bpeltzer

Use the data filters to select all such rows (data / filter / autofilter, use
the drop-down to select Custom / Is less than / 2), then select the visible
rows, right-click and delete row.
 
Top