Forum Discussion
developemmanuel
Jun 25, 2023Copper Contributor
How to auto update the cell values based on list validation data
I want to know if there's a way to auto update the value cell from a list (query with data validation), because there will be cases in where an item is used in many rows and it's difficult to change it manually cell by cell.
I use list as my data criteria for data validation to make the dropdown list:
=INDIRECT("Dropdown_Table[Dropdown List]")
- Original dropdown list
Original Values
- When a cell value change (in Dropdown List) the values doesn't change automatically
When a single value change
1 Reply
Sort By
- peiyezhuBronze Contributorhttps://club.excelhome.net/forum.php?mod=viewthread&tid=567518&extra=&mobile=
How about using one input box rather than multiple validate dropdown lists for every cells?