I am looking for a way to create a dynamic list depending on the input in adjacent cell.
Here is a basic set of data
In scope? Project name
Yes A
Yes B
No C
No D
Yes E
My desired output would be the following list:
Project name
A
B
E
I have a nagging feeling this can be (easily) achieved using an array, but after many failed attempts I have had no sucess.
Thanks in advance.
Here is a basic set of data
In scope? Project name
Yes A
Yes B
No C
No D
Yes E
My desired output would be the following list:
Project name
A
B
E
I have a nagging feeling this can be (easily) achieved using an array, but after many failed attempts I have had no sucess.
Thanks in advance.