ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
SORTING METHOD 1: All spells alphabeticallySORTING METHOD 2: Filtering to search for spells that meet your criteria
2
Use the Alphabetical Filter View (included on each tradition's spell list) to sort spells alphabetically.Click the dropdown arrow next to the funnel (filter button), and select "Alphabetical"Use standard filters to filter spells (I use Known/Prepared filters for my Wizard, for example)Click the funnel symbol directly to turn on filters for the spreadsheet.
3
4
5
6
7
8
9
10
11
12
13
<- Each column header will then have a filter, so you can hide things that you don't want to see.
14
15
Contact me with questions or feedback: TenaciousLayman@gmail.com or u/Chokda
16
17
Note: Druids and Clerics have access to their whole spell list, so "Known" can be changed to "Favorite" to have a short list of spells for preparation.
18
Spontaneous casters don't have to worry about "Prepared," so they can change that column to "Signature" and keep all of their heightened spells visible.
19
20
21
22
23
24
25
<- "Blanks" will get rid of all empty cells (for example, unselecting Blanks in the "Known" column will show only spells that you have marked as known/in your spellbook.)
26
27
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