Hi!
After a few hours of searching for a solution, i hope you are able to help me out. I'm trying to create a list of values so it can be used in a drop down menu.
The problem is that the date from which i want to extract this list has many duplicates. Values may change over time so i want it to be generated like this.
The basic setup from which to retrieve the values is:
DEP NAME
GS V01
GS V02
GS V03
GS V04
GS V05
GS V06
HD D01
HD D02
HD D03
HD D04
HD D05
GS V01
GS V02
What i need is a list build on all values found under NAME on the condition where the DEP is GS. So V01 should only appear once in the list.
I have a feeling i should be doing this with INDEX & MATCH but i haven't been able to generate the results i need. But maybe i'm thinking too difficult.
Thanks!
After a few hours of searching for a solution, i hope you are able to help me out. I'm trying to create a list of values so it can be used in a drop down menu.
The problem is that the date from which i want to extract this list has many duplicates. Values may change over time so i want it to be generated like this.
The basic setup from which to retrieve the values is:
DEP NAME
GS V01
GS V02
GS V03
GS V04
GS V05
GS V06
HD D01
HD D02
HD D03
HD D04
HD D05
GS V01
GS V02
What i need is a list build on all values found under NAME on the condition where the DEP is GS. So V01 should only appear once in the list.
I have a feeling i should be doing this with INDEX & MATCH but i haven't been able to generate the results i need. But maybe i'm thinking too difficult.
Thanks!