I have a fairly simple character sheet for 4e that I use. It calculates the most basic items for you, but you have to enter the formulas for attack, damage and so on by yourself. It takes a bit of effort creating the character the first time, but leveling it is very fast if done right.
I ended up using CONCATENATE a whole lot. That way I can have a column saying 2d8+7 damage which pulls the relevant information from the rest of the sheet. For instance WeaponMultiplier + WeaponDice + BaseInt + WeaponEnhancementBonus.
One important thing to do is to rename cells from for instance c1 to Str. That way it gets a lot easier to read the formulas afterwards.
See the 4e character sheet in my signature.
I ended up using CONCATENATE a whole lot. That way I can have a column saying 2d8+7 damage which pulls the relevant information from the rest of the sheet. For instance WeaponMultiplier + WeaponDice + BaseInt + WeaponEnhancementBonus.
One important thing to do is to rename cells from for instance c1 to Str. That way it gets a lot easier to read the formulas afterwards.
See the 4e character sheet in my signature.