All right, I think i've isolated the problem with adding enhancement damage twice. On the Transport Attack sheet, the "modifiers sign" formula (in row 12) should be "=IF(C11>=0,"+"&C11,C11)"
obviously, this formula needs to be translated for each power to the corresponding cells
Also, I've...