Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm using Excel to keep track of orders - each with a separate number. These
numbers are all in the same column. Can Excel warn me if another cell in the same column already contains the information I'm trying to put in? Order numbers consist of only four numbers, if it matters. Thank you! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Select your column (A in my case) and then Data|validation|Custom enter the formula =COUNTIF($A:$A,A1)<2 and if you want enter a suitable message and it will only allow unique values. Mike "Can Excel warn me if a cell already cont" wrote: I'm using Excel to keep track of orders - each with a separate number. These numbers are all in the same column. Can Excel warn me if another cell in the same column already contains the information I'm trying to put in? Order numbers consist of only four numbers, if it matters. Thank you! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See Chip Pearson's site for preventing duplicates.
http://www.cpearson.com/excel/NoDupEntry.aspx Gord Dibben MS Excel MVP On Mon, 19 May 2008 07:37:01 -0700, Can Excel warn me if a cell already cont <Can Excel warn me if a cell already wrote: I'm using Excel to keep track of orders - each with a separate number. These numbers are all in the same column. Can Excel warn me if another cell in the same column already contains the information I'm trying to put in? Order numbers consist of only four numbers, if it matters. Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Freeze Cell Once Information is Entered | Excel Discussion (Misc queries) | |||
Can I make information entered in a cell erase recurringly? | Excel Discussion (Misc queries) | |||
Moving a line of data when information is entered in a specific cell. | Excel Discussion (Misc queries) | |||
Formatted Cell Changes Format When Information Is Entered | Setting up and Configuration of Excel | |||
Warn if already entered | Excel Worksheet Functions |