![]() |
Select only Text duplication
Hello Everyone,
I am using Conditional Formatting "=COUNTIF($A:$A,A1)1" to check duplication in one column. I have texts and also numbers in the same column. How can I make the Conditional Formatting to only check for Text duplication and not numbers. |
Select only Text duplication
=AND(COUNTIF($A:$A,A1)1,NOT(ISNUMBER(A1))) -- Regards, OssieMac "BEE" wrote: Hello Everyone, I am using Conditional Formatting "=COUNTIF($A:$A,A1)1" to check duplication in one column. I have texts and also numbers in the same column. How can I make the Conditional Formatting to only check for Text duplication and not numbers. |
Select only Text duplication
Thank you very much OssiMac. It works perfectly.
"OssieMac" wrote: =AND(COUNTIF($A:$A,A1)1,NOT(ISNUMBER(A1))) -- Regards, OssieMac "BEE" wrote: Hello Everyone, I am using Conditional Formatting "=COUNTIF($A:$A,A1)1" to check duplication in one column. I have texts and also numbers in the same column. How can I make the Conditional Formatting to only check for Text duplication and not numbers. |
All times are GMT +1. The time now is 10:55 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com