Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default i don't want to enter dublicate data in a specific column

i don't want to enter dublicate data in a specific column
please provide me solution for this problem

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default i don't want to enter dublicate data in a specific column

From Chip Pearson's site comes this info.

In Excel97 and later versions, you can use the Data Validation feature to
prevent a user from entering a number (or text) in a cell, if that number
already exists in a list. This feature is not available in versions of Excel
before Excel97.

For example, suppose your worksheet will contain a list of ID numbers for
employees, in cells A1:A50, and you want to prevent the user from entering
duplicate numbers in the list. First, select the range A1:A50. Then, go to the
Data menu, and select the Validation menu item. This will display the Data
Validation dialog. From the "Allow" drop down box, select Custom, and enter the
following formula in the Formula box:

=COUNTIF($A$1:$A$50,A1)=1

For an entire column change to =COUNTIF($A:$A,A1)=1


Gord Dibben MS Excel MVP

On Fri, 29 Sep 2006 10:31:02 -0700, kalai
wrote:

i don't want to enter dublicate data in a specific column
please provide me solution for this problem


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
select rows to print where there's data in specific column ebarbieri Excel Discussion (Misc queries) 1 July 4th 06 11:54 PM
Compare 2 columns and choose one and enter answer in third column Betsy Excel Worksheet Functions 1 June 30th 06 06:17 PM
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
Stock data manipulation [email protected] Excel Worksheet Functions 1 June 12th 06 11:06 PM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM


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

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

About Us

"It's about Microsoft Excel"