Here is a formula and attached Excel example of how to mark rows to delete, where there is no "email:" label. The asterisk symbol * means
AND, the plus symbol + means
OR.
=IF((A1="Company:")*(A2="")+(A1="Name:")*(A3="")," DEL","")
Then you delete all rows with "DEL" displayed.
The formula reads: if column A cell is "Company:" and the next cell is blank, or if column A cell is "Name:" and 3rd cell down is blank, then display "DEL", otherwise display nothing.
Jerry
