Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default I donot want to make double entry in excel sheet?

I scan 50000 ID card Numbers in excel sheet but some of them scanned double
or triple how I can check them that which entries are scanned double so that
I may delete them from data?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default I donot want to make double entry in excel sheet?

Hi Rauf

If you have the card numbers in ColA ; in Col B cell B1 enter the below
formula

=COUNTIF("$A$1:$A$50000",A1)

Copy the formula down. This will give you the count of each number. Identify
the ones for which the count if more than 1 and delete from top. Remember you
juse need to delete an entry with a value of 2 only once.

If you are looking at generating a unique list of card numbers use
AdvancedFilter

Why dont you try Advanced Filter option. Suppose you have data in Sheet1;
and you want the unique list in Sheet2.

1. Assign a header to your column.
2. From menu DataFilterAutofilter and 'Copy to another location'.
3. In list range type/select the range Sheet1!A1:A50000
4. In copy to type/select cell C1
5. Check 'Unique records only'
6. Click OK will give you the unique list in Column C


If this post helps click Yes
---------------
Jacob Skaria


"Abdul Rauf Khan" wrote:

I scan 50000 ID card Numbers in excel sheet but some of them scanned double
or triple how I can check them that which entries are scanned double so that
I may delete them from data?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default I donot want to make double entry in excel sheet?



"Jacob Skaria" wrote:

Hi Rauf

If you have the card numbers in ColA ; in Col B cell B1 enter the below
formula

=COUNTIF("$A$1:$A$50000",A1)

Copy the formula down. This will give you the count of each number. Identify
the ones for which the count if more than 1 and delete from top. Remember you
juse need to delete an entry with a value of 2 only once.

If you are looking at generating a unique list of card numbers use
AdvancedFilter

Why dont you try Advanced Filter option. Suppose you have data in Sheet1;
and you want the unique list in Sheet2.

1. Assign a header to your column.
2. From menu DataFilterAutofilter and 'Copy to another location'.
3. In list range type/select the range Sheet1!A1:A50000
4. In copy to type/select cell C1
5. Check 'Unique records only'
6. Click OK will give you the unique list in Column C


If this post helps click Yes
---------------
Jacob Skaria


"Abdul Rauf Khan" wrote:

I scan 50000 ID card Numbers in excel sheet but some of them scanned double
or triple how I can check them that which entries are scanned double so that
I may delete them from data?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default I donot want to make double entry in excel sheet?



"Abdul Rauf Khan" wrote:

I scan 50000 ID card Numbers in excel sheet but some of them scanned double
or triple how I can check them that which entries are scanned double so that
I may delete them from data?


Dear you can use =countif(A$1:A$50000,A1)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I donot want anyone to make a copy of a sheet. Tina Setting up and Configuration of Excel 2 October 18th 08 04:34 AM
Double entry Rob graham Excel Discussion (Misc queries) 6 June 21st 05 08:05 AM
how do I make a new spread sheet pop up, based on an entry in a c. jpryce Excel Discussion (Misc queries) 1 April 15th 05 07:57 PM
How to prevent double entry in excel? George Teng Excel Discussion (Misc queries) 3 March 15th 05 08:01 AM
Double entry lookup Al Eaton Excel Worksheet Functions 2 December 13th 04 03:25 AM


All times are GMT +1. The time now is 06:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"