I am using data validation to create a drop down list so that I can limit the entries that a user can make in a cell(b5). I have created a named range (valid_data) that contains all of the valid entries and have entered that as the SOURCE for the data validation. This is working out as expected.
I have made extensive comments for each cell in my named range. Is it possible to have the comments that I entered in my named range be used as the comments for the cell (b5) where the data validation is set up?
as an example: I created a list of dogs in my named range and assigned comments for each breed.
Cell Cell Data Comment
---- --------- ------------------------------------
M1 Collie Very smart, Aprox weight, blah, blah
M2 Mastiff Huge Dog very lazy lots of drool
M3 Poodle Poodles look funny when shaved
When the user gets to cell b5 he is is able to choose the breed of dog from a drop down list.
If the user chooses collie then I want the comments for cell b5 to match the comments for cell m1, if he chooses Mastiff then the comments for cell b5 should match the comments for cell m2, etc
I have made extensive comments for each cell in my named range. Is it possible to have the comments that I entered in my named range be used as the comments for the cell (b5) where the data validation is set up?
as an example: I created a list of dogs in my named range and assigned comments for each breed.
Cell Cell Data Comment
---- --------- ------------------------------------
M1 Collie Very smart, Aprox weight, blah, blah
M2 Mastiff Huge Dog very lazy lots of drool
M3 Poodle Poodles look funny when shaved
When the user gets to cell b5 he is is able to choose the breed of dog from a drop down list.
If the user chooses collie then I want the comments for cell b5 to match the comments for cell m1, if he chooses Mastiff then the comments for cell b5 should match the comments for cell m2, etc