Hello, I am trying to find out how to identify near duplicates in a large excel sheet based on a monetary value. For example, If i have 2 rows I want to be able to highlight these as potential duplicates if the number is within certain criteria. Is there a formula that I can create to say:
If the same date, order#, invoice#, and within $5.00?
I want to be able to highlight this so I can easily look through these manually.
Thank you for your help.
If the same date, order#, invoice#, and within $5.00?
I want to be able to highlight this so I can easily look through these manually.
Thank you for your help.
DATE | ORDER# | INVOICE# | AMOUNT |
2022-02-18 | 1234567 | 55667788 | 100.00 |
2022-02-18 | 1234567 | 55667788 | 95.00 |