ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to check duplications in a single column (https://www.excelbanter.com/excel-discussion-misc-queries/145369-how-check-duplications-single-column.html)

Burhan Uddin

How to check duplications in a single column
 
How to check duplications in a single column

David Biddulph[_2_]

How to check duplications in a single column
 
=COUNTIF(A:A,A1)1
--
David Biddulph

"Burhan Uddin" wrote in message
...
How to check duplications in a single column




JMay

How to check duplications in a single column
 
Watch word-wrap below but this formula in a cell other than the range
tested of A2:A7 works great - Enter as a Control+Shift-Enter type (CSE)
- not just enter. CSE will wrap in { } 's for you.

Jim May

=IF(MAX(COUNTIF(INDIRECT("A2:A"&(MAX((A2:A7<"")*R OW(A2:A7)))),INDIRECT("A2:A"&(MAX((A2:A7<"")*ROW( A2:A7))))))1,"Duplicates","No
Duplicates")

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
:

=COUNTIF(A:A,A1)1
--
David Biddulph

"Burhan Uddin" wrote in message
...
How to check duplications in a single column




All times are GMT +1. The time now is 07:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com