ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
Wizard
3
4
5
6
7
Option 1: Spill the desired option into the dropdown.
8
=vstack(,filter(B25:B26,regexmatch(B25:B26,J2)))
9
Wizard Schools :: Blade Signing || Chronurgy || Graviturgy || Order of Scribes || Abjuration || Conjuration || Divination || Enchantment || Evocation || Illusion || Necromancy || Transmutation || War Magic
10
11
12
13
Option 2: Assign a cell with a name, i.e. Named Range. Let's say I use Subclasses as the named range.
14
Then have a formula in that named range that always shows the text you want in the dropdown. For the dropdown option,
15
use, "=Subclasses"
16
17
Wizard Schools :: Blade Signing || Chronurgy || Graviturgy || Order of Scribes || Abjuration || Conjuration || Divination || Enchantment || Evocation || Illusion || Necromancy || Transmutation || War Magic
18
19
20
This cell is named Subclasses ==>
Wizard Schools :: Blade Signing || Chronurgy || Graviturgy || Order of Scribes || Abjuration || Conjuration || Divination || Enchantment || Evocation || Illusion || Necromancy || Transmutation || War Magic
21
22
23
24
Both Option 1 and 2 dropdowns needs to reference a range containing the various subclasses.
Option 2 also needs to include this equation as an option. ==>
25
Wizard Schools :: Blade Signing || Chronurgy || Graviturgy || Order of Scribes || Abjuration || Conjuration || Divination || Enchantment || Evocation || Illusion || Necromancy || Transmutation || War Magic
26
Fighter Schools :: Battle Mater || Champion || Eldritch Knight || Psi Warrior
27
=Subclasses
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100