Hi,

Assuming that the four columns to which you refer are A, B, C and D and that your data begins in row 2, in cell E2 enter this formula and copy down as required:

=IF(COUNTIF($A2:$D2,">0")>2,"DELETE","")

Filter this new column for DELETE and delete all rows.

Regards