Hello everyone,
I searched on the forum and couldn't find a post that has a concern similar to mine.
I have a column with data (project number) which is the source of a data validation list of multiple cells. Let's say my list of project goes like this: AAA, BBB, CCC, DDD
Then in the cells with the drop-down list, I choose the values and populate a couple of cells with the project numbers.
For some reason, there was a mistake in the project number DDD, and it should have been DDD-1. If I try to enter the value DDD-1 in the cell, I will get an error because DDD-1 is not in the list of project. So I have to change the value DDD to DDD-1. My concern is that other users expect the DDD to change to DDD-1 in every cells, but that is not the case. Also there is no error pop up that DDD is not in the drop-down source list.
Is there a way to show the user that the value in the cells is no longer present in the list of project and that the user needs to change the value in those cells?
I was thinking about a conditional formatting where it could highlight the project list if there is a value in a cell that is not present in the project list. This way when the user delete or modify the project list, it will highlight itself right away until all the values in the cells are the same as the ones in the project list. If anyone know how this can be done as well that would be great.
PS: I would like to avoid using VBA
Thanks
Kevin
I searched on the forum and couldn't find a post that has a concern similar to mine.
I have a column with data (project number) which is the source of a data validation list of multiple cells. Let's say my list of project goes like this: AAA, BBB, CCC, DDD
Then in the cells with the drop-down list, I choose the values and populate a couple of cells with the project numbers.
For some reason, there was a mistake in the project number DDD, and it should have been DDD-1. If I try to enter the value DDD-1 in the cell, I will get an error because DDD-1 is not in the list of project. So I have to change the value DDD to DDD-1. My concern is that other users expect the DDD to change to DDD-1 in every cells, but that is not the case. Also there is no error pop up that DDD is not in the drop-down source list.
Is there a way to show the user that the value in the cells is no longer present in the list of project and that the user needs to change the value in those cells?
I was thinking about a conditional formatting where it could highlight the project list if there is a value in a cell that is not present in the project list. This way when the user delete or modify the project list, it will highlight itself right away until all the values in the cells are the same as the ones in the project list. If anyone know how this can be done as well that would be great.
PS: I would like to avoid using VBA
Thanks
Kevin