B2: =COUNTIF(A:A,"*"&A2&"*")
and drag down. After that any value in B > 1 is a duplicate in A anywhere.
Then you can e.g. filter column A and show all items that includes that string.
Andreas.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I know I could use conditional formatting to find duplicate cells.
But how do I find duplicate text like 'A4' and 'A5' which has '**ZDTPVK'**in both cells?
Urgent.
Thanks in advance.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
B2: =COUNTIF(A:A,"*"&A2&"*")
and drag down. After that any value in B > 1 is a duplicate in A anywhere.
Then you can e.g. filter column A and show all items that includes that string.
Andreas.
Hi,
Using Data > Get & Transform, you may first Split the data into rows so that each entry appears in its own cell. Then you may use conditional formatting or a Pivot Table.