Hello,
Let's say I have an excel worksheet with a column called "ID". As people enter IDs, I want the cell to perform data validation on the column (all of the cells above and below the current cell) to make sure that each ID entry is unique. I also need to be able to add rows to the range, etc.
Example:
ID
1
2
3
3 <- This would generate an error and prompt the user to enter another value.
Thanks in advance for your help,
Tom
Let's say I have an excel worksheet with a column called "ID". As people enter IDs, I want the cell to perform data validation on the column (all of the cells above and below the current cell) to make sure that each ID entry is unique. I also need to be able to add rows to the range, etc.
Example:
ID
1
2
3
3 <- This would generate an error and prompt the user to enter another value.
Thanks in advance for your help,
Tom