Two simple but almost always required formulas.
Assume the Character ID is in cell B9.
Character Name
=EVEONLINE.CHARACTER(B9)
Very simple, nothing more to say.
Total Skill Points
=SUM(EVEONLINE.CHARACTER_SKILLS(B9).skillpoints_in_skill)
lets break this down.
EVEONLINE.CHARACTER_SKILLS(B9) will list all the skills a character has
adding the method .skillpoints_in_skill will then show the skillpoints in each skill
No comments:
Post a Comment