Hi , hope someone can help me with following Data validation problem:
Problem 1:
I have data validation in a matrix allowing a user to enter only a N or R.
By processing a macro I later change the N's into X's and remove R's.
When the file is saved, it is send back to the user for a next change.
No issue here, but the user is able to copy and paste the X's of the previous version anywhere in the matrix, which I don't want.
Problem 2:
- In cell let's say F1 if have a data validation for 3 option: A, B, C
- In cell V1 is have a date validation to enter only an N or R
Depending on the value in F1, say A, the user is allowed to enter N or R. If the value <>A the user should not be allowed to enter anything
The sheet is password protected, but the cells for this data entry are unlocked.
Thanks for any help!
Problem 1:
I have data validation in a matrix allowing a user to enter only a N or R.
By processing a macro I later change the N's into X's and remove R's.
When the file is saved, it is send back to the user for a next change.
No issue here, but the user is able to copy and paste the X's of the previous version anywhere in the matrix, which I don't want.
Problem 2:
- In cell let's say F1 if have a data validation for 3 option: A, B, C
- In cell V1 is have a date validation to enter only an N or R
Depending on the value in F1, say A, the user is allowed to enter N or R. If the value <>A the user should not be allowed to enter anything
The sheet is password protected, but the cells for this data entry are unlocked.
Thanks for any help!