Maybe a hard to explain title, an example:
A list of products, with a value per year:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Product
[/TD]
[TD]2018
[/TD]
[TD]2019
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Apple
[/TD]
[TD]10
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Pear
[/TD]
[TD]8
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Melon
[/TD]
[TD]12
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Orange
[/TD]
[TD]4
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Lemon
[/TD]
[TD]2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]Coconut
[/TD]
[TD]11
[/TD]
[TD]12
[/TD]
[/TR]
</tbody>[/TABLE]
I'm searching for a solution to have a Data Validation List (Or filtered name range) of products with a non empty value in 2019 (so in the example: Pear Orange and Coconut) as selectable items in a data validation drop down list (in another cell).
List must be dynamic, when add a value under 2019 for Apple, Apple must be part of the list as well.
Seems not a difficult question but can't find any related question or example which i can use to compose my own formula or procedure.
Thanks for helping me out.
Marcel Houkes
A list of products, with a value per year:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Product
[/TD]
[TD]2018
[/TD]
[TD]2019
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Apple
[/TD]
[TD]10
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Pear
[/TD]
[TD]8
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Melon
[/TD]
[TD]12
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Orange
[/TD]
[TD]4
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Lemon
[/TD]
[TD]2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]Coconut
[/TD]
[TD]11
[/TD]
[TD]12
[/TD]
[/TR]
</tbody>[/TABLE]
I'm searching for a solution to have a Data Validation List (Or filtered name range) of products with a non empty value in 2019 (so in the example: Pear Orange and Coconut) as selectable items in a data validation drop down list (in another cell).
List must be dynamic, when add a value under 2019 for Apple, Apple must be part of the list as well.
Seems not a difficult question but can't find any related question or example which i can use to compose my own formula or procedure.
Thanks for helping me out.
Marcel Houkes