ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   identify duplicate data in excel spreadsheet (https://www.excelbanter.com/excel-discussion-misc-queries/35456-identify-duplicate-data-excel-spreadsheet.html)

Mandeep Dhami

identify duplicate data in excel spreadsheet
 
Please help me to identify duplicate data from excel spreadsheet.
I have to enter series of five digit numbers in spreadsheet as per work
completion.....and some time it so happens that the same number is entered
twice......I want that the excel should prompt that the number is already
eneterd.
For example:
35851
35933
36009
35851 (out here this number is duplicate as the same is already entered
above and I want excel should prompt duplicate here)


ScottO

Assuming that the 2nd entry in your list is at A3,
put this formula in B3 and copy down to suit.

=IF(ISNA(MATCH($A3,$A$2:$A2,0)),"","Duplicate Number!!!!")

Rgds,
ScottO

"Mandeep Dhami" <Mandeep wrote in
message ...
| Please help me to identify duplicate data from excel spreadsheet.
| I have to enter series of five digit numbers in spreadsheet as per
work
| completion.....and some time it so happens that the same number is
entered
| twice......I want that the excel should prompt that the number is
already
| eneterd.
| For example:
| 35851
| 35933
| 36009
| 35851 (out here this number is duplicate as the same is already
entered
| above and I want excel should prompt duplicate here)
|



PegL

If you want to keep duplicates from being entered, see
http://www.contextures.com/xlDataVal07.html

--
Good Luck,
Peg


"Mandeep Dhami" wrote:

Please help me to identify duplicate data from excel spreadsheet.
I have to enter series of five digit numbers in spreadsheet as per work
completion.....and some time it so happens that the same number is entered
twice......I want that the excel should prompt that the number is already
eneterd.
For example:
35851
35933
36009
35851 (out here this number is duplicate as the same is already entered
above and I want excel should prompt duplicate here)


Mandeep Dhami

Thanks a lot Peg....your suggetion at the site indicated by you solved my
problem.

"PegL" wrote:

If you want to keep duplicates from being entered, see
http://www.contextures.com/xlDataVal07.html

--
Good Luck,
Peg


"Mandeep Dhami" wrote:

Please help me to identify duplicate data from excel spreadsheet.
I have to enter series of five digit numbers in spreadsheet as per work
completion.....and some time it so happens that the same number is entered
twice......I want that the excel should prompt that the number is already
eneterd.
For example:
35851
35933
36009
35851 (out here this number is duplicate as the same is already entered
above and I want excel should prompt duplicate here)



All times are GMT +1. The time now is 10:31 AM.

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