I have two sheets. One sheet where I define category of items. Like
Category
<big>
<small>
<cute>
In other sheet I have list of items, where I'm assigning prepared category via data validation dropdown list.
item1 <big>
item2 <small>
item3 <cute>
I created data validation using Data->validation and picked data range and list range.
But when I change to , the change doesn't populate into other sheet. It only shows warning, that cell contain invalid data.
It is possible to update (automatically or by some script) selected item in dropdown menu, when I change it's source data ?