Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Looking to return an error message in a column of data if the same value has
been typed in previously |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assume that do you want to restrict the duplicate value in A to C Column then
use this formula in Validation. Place the cursor in A1 cell and press Cntrl+Spacebar which will select the A Column and hold the shift key and extend the selection up to C Column by using right arrow (i.e. A to C) Note that the Active cell should be A1 since the below formula refers the A1 cell. Active cell will have the white background after selection also. Select DataValidationSettingsAllow(select) CustomFormula (paste the below formula) =COUNTIF(A:C,A1)<2 Select DataValidationError AlertTitle type €śThis No is already picked€ť In Error Message type €śTrying to create Duplicate Record€ť or your desired Error Message. Give ok. Change the cell reference A:C & A1 to your desired cell, if required If this post helps, Click Yes! -------------------- (Ms-Exl-Learner) -------------------- "Robert McPherson" wrote: Looking to return an error message in a column of data if the same value has been typed in previously |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Using data validation you can; but only manual entries/dropdown entries will
be validated --Select Column B --Select menu DataValidation --Select Custom from the 'Allow' dropdown and enter the below formula =COUNTIF(B:B,B1)=1 --From the Error alert tab enter the message you want to be displayed --Click OK and try. If this post helps click Yes --------------- Jacob Skaria "Robert McPherson" wrote: Looking to return an error message in a column of data if the same value has been typed in previously |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
importing/linking data from an Access 2003 Query to an Excel 2003 | Excel Discussion (Misc queries) | |||
Convert Excel 2003 spreadsheet into Outlook Contacts table 2003 | Excel Discussion (Misc queries) | |||
import Excel 2003 file into Outlook 2003 - NO NAMED RANGES?? | Excel Discussion (Misc queries) | |||
Copying Excel 2003 Selection into Outlook 2003 HTML E-Mail Message | Excel Discussion (Misc queries) | |||
Excel 2003 Database Driver Visual FoxPro 7 on Server 2003. | Excel Discussion (Misc queries) |