Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Community
General Tabletop Discussion
*Dungeons & Dragons
ForgedAnvil D&D 5E Character Generator
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="phoffman" data-source="post: 7536253" data-attributes="member: 77498"><p><strong>Some fixes</strong></p><p></p><p>Don't attempt these changes unless you are well versed in xls. I will not respond to any requests.</p><p></p><p>I have a guess that the same reason your spells don't show unless ALL is selected is the same reason Forest gnome didn't show unless ALL is selected.</p><p></p><p>[sblock=FIXES]Some Changes to 2.28b8. All changes to Cells are on Worksheet "Tables"</p><p></p><p></p><p>Fix PHB options not showing when "All" isn't selected on Start sheet. A few different ways to do this formula but this worked for BSQ2:</p><p></p><p></p><p>BSQ2 =IF(INDEX(Start!$AJ$3:$AJ$12,MATCH("PHB",Start!$AG $3:$AG$12,0))=OptionSelect,OptionSelect,"")</p><p></p><p></p><p>Feral Tiefling overrides statistics of any subrace:</p><p></p><p></p><p>CR17 =IF(RaceBase=$A$29,"",1)</p><p></p><p></p><p>CS10 =IF(RaceBase=$A$29,2,"")</p><p>CS11 =IF(RaceBase=$A$29,2,1)</p><p>CS12 =IF(RaceBase=$A$29,2,"")</p><p>CS13 =IF(RaceBase=$A$29,2,1)</p><p>CS14 =IF(RaceBase=$A$29,2,"")</p><p>CS15 =IF(RaceBase=$A$29,2,"")</p><p>CS16 =IF(RaceBase=$A$29,2,"")</p><p>CS17 =IF(RaceBase=$A$29,2,"")</p><p></p><p></p><p>CT14 =IF(RaceBase=$A$29,"",1)</p><p></p><p></p><p>CU11 =IF(RaceBase=$A$29,1,"")</p><p>CU12 =IF(RaceBase=$A$29,1,"")</p><p>CU13 =IF(RaceBase=$A$29,1,"")</p><p>CU14 =IF(RaceBase=$A$29,1,"")</p><p>CU17 =IF(RaceBase=$A$29,1,"")</p><p></p><p></p><p>Fix Level advancement class abilities for custom subclasses, May fix other issues.</p><p></p><p></p><p>GP2 =26</p><p></p><p></p><p>Fix Sword Bard Proficiency with Medium Armor</p><p></p><p></p><p>ABM85 =IF(ABM$1>2,$WW85,"")</p><p>ABM86 =IF(ABM$1>2,$WW86,"")</p><p>ABM87 =IF(ABM$1>2,$WW87,"")</p><p>ABM88 =IF(ABM$1>2,$WW88,"")</p><p>ABM89 =IF(ABM$1>2,$WW89,"")</p><p>ABM90 =IF(ABM$1>2,$WW90,"")</p><p></p><p></p><p>Fix Sword Bard to only show selected Fighting Style [Known Issue as a result of this change, if multi-classing, Fighting Styles shown in drop down selection for Bard Swords Level 3 will list those available to all classes. Selecting anything other than Dueling or Two-Weapon Fighting will not display that fighting style Under this class feature.]</p><p></p><p></p><p>[Trying to minimize changes made. This solution for IO50 isn't elegant and if the text changes in IN50 the numbers in the formula will need updating. This solution is to get around the 255 character limit in formulas.]</p><p></p><p>Copy Existing Cell IO50 to cell IN50 </p><p></p><p></p><p>IO50 =LEFT(IN50,259)&IF(QT10=QR31,MID(IN50,420,137),IF( QT10=QR34,MID(IN50,557,135)," (" & SelectText&")</p><p>"))&RIGHT(IN50,1451)</p><p>[/sblock]</p></blockquote><p></p>
[QUOTE="phoffman, post: 7536253, member: 77498"] [b]Some fixes[/b] Don't attempt these changes unless you are well versed in xls. I will not respond to any requests. I have a guess that the same reason your spells don't show unless ALL is selected is the same reason Forest gnome didn't show unless ALL is selected. [sblock=FIXES]Some Changes to 2.28b8. All changes to Cells are on Worksheet "Tables" Fix PHB options not showing when "All" isn't selected on Start sheet. A few different ways to do this formula but this worked for BSQ2: BSQ2 =IF(INDEX(Start!$AJ$3:$AJ$12,MATCH("PHB",Start!$AG $3:$AG$12,0))=OptionSelect,OptionSelect,"") Feral Tiefling overrides statistics of any subrace: CR17 =IF(RaceBase=$A$29,"",1) CS10 =IF(RaceBase=$A$29,2,"") CS11 =IF(RaceBase=$A$29,2,1) CS12 =IF(RaceBase=$A$29,2,"") CS13 =IF(RaceBase=$A$29,2,1) CS14 =IF(RaceBase=$A$29,2,"") CS15 =IF(RaceBase=$A$29,2,"") CS16 =IF(RaceBase=$A$29,2,"") CS17 =IF(RaceBase=$A$29,2,"") CT14 =IF(RaceBase=$A$29,"",1) CU11 =IF(RaceBase=$A$29,1,"") CU12 =IF(RaceBase=$A$29,1,"") CU13 =IF(RaceBase=$A$29,1,"") CU14 =IF(RaceBase=$A$29,1,"") CU17 =IF(RaceBase=$A$29,1,"") Fix Level advancement class abilities for custom subclasses, May fix other issues. GP2 =26 Fix Sword Bard Proficiency with Medium Armor ABM85 =IF(ABM$1>2,$WW85,"") ABM86 =IF(ABM$1>2,$WW86,"") ABM87 =IF(ABM$1>2,$WW87,"") ABM88 =IF(ABM$1>2,$WW88,"") ABM89 =IF(ABM$1>2,$WW89,"") ABM90 =IF(ABM$1>2,$WW90,"") Fix Sword Bard to only show selected Fighting Style [Known Issue as a result of this change, if multi-classing, Fighting Styles shown in drop down selection for Bard Swords Level 3 will list those available to all classes. Selecting anything other than Dueling or Two-Weapon Fighting will not display that fighting style Under this class feature.] [Trying to minimize changes made. This solution for IO50 isn't elegant and if the text changes in IN50 the numbers in the formula will need updating. This solution is to get around the 255 character limit in formulas.] Copy Existing Cell IO50 to cell IN50 IO50 =LEFT(IN50,259)&IF(QT10=QR31,MID(IN50,420,137),IF( QT10=QR34,MID(IN50,557,135)," (" & SelectText&") "))&RIGHT(IN50,1451) [/sblock] [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*Dungeons & Dragons
ForgedAnvil D&D 5E Character Generator
Top