ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   validation (https://www.excelbanter.com/excel-programming/417255-validation.html)

Raymond Chiu

validation
 
(1) I input records in the worksheet
(2) When I input in column A of any row (e.g. invno), it will check whether
the values exist in the column A of all rows, it yes, show dialog that
duplicate record.
(3) the coding should put on the lost focus event of cells in column A



Mike H

validation
 
Raymond,

You can have a macro if you want but you don't need one.

Select column A then
Data|Validation
Select Custom
Enter the formula
=COUNTIF(A:A,A1)<2

On the 'Error Alert' tab enter a heading and suitable text.
Click OK

Mike


"Raymond Chiu" wrote:

(1) I input records in the worksheet
(2) When I input in column A of any row (e.g. invno), it will check whether
the values exist in the column A of all rows, it yes, show dialog that
duplicate record.
(3) the coding should put on the lost focus event of cells in column A





All times are GMT +1. The time now is 03:42 PM.

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