Macroless sheet..probably from now on, as I really like it..
Data Sheet: (hidden)
1) Wizard Spell Cloud of Daggers: the formula for the desciption reads
(FLOOR((Level-1)/20,1)+1) & "d6 + " & ForceDmg + IntMod + ImpMagicBonus & ". Effect: Area does " & MIN(WisMod,1) & " to creatures in or entering the area until the end of your next turn." & ForceText
MIN(WisMod,1) should be MAX(WisMod,1)
2)Power decriptions in General
Probably should work on something to better automate the damage, instead of having to put ForceDmg + IntMod + ImpMagicBonus in each one. What if there is a misc mod that applies?
3) Abbreviations. I think you have the room to use less abbreviations.
4) you have Attack type, Range, Area and Display range columns. For the most part, the Attack Type, Range and Area are correct. However, the Display range is often not correct, especially with Ranged Burst areas--they are almost all listed as 'CL BU X'
Suggestion: develop a formula that figures the display correctly (good luck, all I'm coming up with right now is a Huge nested IF statement). otherwise, manually edit them.
For ranged Bursts, Bu X R Y
for close bursts, Cl Bu X
For Close Blasts, Bl X (there are no ranged blasts at this time)
For Walls, Wall X R Y
for ranged attacks, just X
Cloud of daggers could be 1S R10
5) Color Spray only has Cl Bl listed. Should be Cl Bl 5 (also missing range and area )
6) Wall of Fog should be W 8 R10 (missing range and area, attack type shows Bu)
now for some thing that is probably a bug in the Wiesbaden Sheet.
Wizard weapon prof. erroneously list the Rogue weapon prof.
Fixed by modifying the hidden 'Class overview' sheet. V154 should be J16 thru J23, not G17 thru G21 (could get away with just J16 and J17)
Keep up the good work. It amazing to me that so few errors creeped in with over a Thousand powers entered.