I am working on an online Dungeons and Dragons Character sheet for the new version 5 that just came out.
In the game, there is an attack bonus that is based on the skill you're using while attacking and if you've been trained in the attack you're trying to make.
Here is my formula
=Sum((IF(H57="Yes"),S16,0),(IF(k57="Strength"),G14,IF((k57="Dexterity"),G17,IF((k57="Constitution"),G20,IF((k57="Intelligence"),G23,IF((k57="Wisdom"),G26,IF((k57="Charisma"),G29,)))))))
Excel is not recognizing that "Yes" or "Stregnth" or any of the others are just words typed into those boxes.
Is there a way to fix this?
(S16,G14,g17 and the likes are where all the values are stored on my sheet. These numbers are ok and work perfectly well with other equations on my document.)
Thank you!
Flame_Driven
Bookmarks