Hello, I have a duplicate checker formula that was working perfectly until recently..
The recent change was that we started getting phone numbers in different formats (see screenshot).
Here's the formula that has been working perfectly: =IFERROR(IF(LEN([Person - Phone]@row) = 0, "", IF(COUNTIFS([Person - Phone]:[Person - Phone], [Person - Phone]@row, [Deal - Title]:[Deal - Title], [Deal - Title]@row, [Person - Email]:[Person - Email], [Person - Email]@row) = 1, 0, 1)), 0)
Now the issue is that, anytime a phone number is added that is in the format of +1 for country code, the duplicate flag is automatically checked. I've tried a few different things but can't seem to get it to work properly.
Thank you