I need to delete duplicate transactions from a 3.5 million row table. The transactions appear with a different transaction number, but have the same store #, account #, transaction $ amount, transaction type, date, and are within 60 seconds of the original. I don't know where to go. I know that in Excel I could write multiple IF statements, but this data is well beyond the limits of Excel.