I have a sheet with 8 columns A to H and over 1000 rows. I would like to delete all rows that has duplicate values in column A and check if column H is an empty (zero value) cell.
If the column H is empty then delete the entire row, not the row that has a value in column H.
Example -
Row 1 has ABC in column A and MyText in column H
Row 2 has ABC in column A and no value in column H
Delete row 2 as the duplicate.