Hi all,
Vers office 365 (with xlookup)
I am already going to implement the formula from this thread Drop Down lists but I am struggling on some mechanics of my drop-down list as I have many conditions.
I want the drop-down list journey to be: Internal/External? -> Provider name -> Target audience -> Virtual or In-person? = List of workshops based on the former criteria.
E.G.
If that is not possible, I am happy to be able to at least drill-down to: Provider type, name, and target audience so that it shows the full list of what the provider offers for a certain target audience. I just need to ensure it selects the right one because each workshop has its own code so that potential duplicate names aren't an issue. I add extra buffering by putting '(virtual)' at the end of all relevant workshop names.
Thank you for any help or advice.
More optional context:
What I'm doing currently
Currently, I use =INDIRECT() and the provider is the deciding factor for my workshop list, but the issue arises as soon as I get to the split between virtual and in-person events - the label needs to match the drop-down list options that the indirect is referencing, so I can only use 'Internal' and 'In-person' once to make my list of workshops.
My main issue is that I now want to split my list by target audience (there is only 3) and not provider (infinite) in order to future-proof it. If I keep doing it by the provider, my drop-down list sheet and labels will be way out of control as time goes on and more difficult to upkeep and avoid people error.
Vers office 365 (with xlookup)
I am already going to implement the formula from this thread Drop Down lists but I am struggling on some mechanics of my drop-down list as I have many conditions.
I want the drop-down list journey to be: Internal/External? -> Provider name -> Target audience -> Virtual or In-person? = List of workshops based on the former criteria.
E.G.
Provider type (finite) | Provider name (infinite) | Target Audience (finite) | Delivery (finite) | Workshop name |
External | Knowledge 4 U Ltd | Managers | Virtual | *List of virtual manager workshops provided by Knowledge 4 U* |
If that is not possible, I am happy to be able to at least drill-down to: Provider type, name, and target audience so that it shows the full list of what the provider offers for a certain target audience. I just need to ensure it selects the right one because each workshop has its own code so that potential duplicate names aren't an issue. I add extra buffering by putting '(virtual)' at the end of all relevant workshop names.
Thank you for any help or advice.
More optional context:
What I'm doing currently
Currently, I use =INDIRECT() and the provider is the deciding factor for my workshop list, but the issue arises as soon as I get to the split between virtual and in-person events - the label needs to match the drop-down list options that the indirect is referencing, so I can only use 'Internal' and 'In-person' once to make my list of workshops.
My main issue is that I now want to split my list by target audience (there is only 3) and not provider (infinite) in order to future-proof it. If I keep doing it by the provider, my drop-down list sheet and labels will be way out of control as time goes on and more difficult to upkeep and avoid people error.