Shouldn't the formula for Ability scores follow that for PCs?
So, shouldn't this:
=IF(B7<10,"(","(+") & ROUNDUP(B7-10)/2,0) & ")"
Be:
=IF(B7<9,"(","(+") & ROUNDDOWN((B7-10)/2,0) & ")"
Or do monsters use a different rounding forumla?
Also, the Ability scores on the Monster Card tab aren't...