Guest User

excel formulas

a guest
Feb 3rd, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Modifier column (BH):
  2. =$BH$129*<N>
  3. Where $BH$129 is a reference to the cell containing the constant modifier - the ones that are assumed to always be present.
  4. Where <N> is the additional modifier depending on the current attunement.
  5.  
  6. Damage column (BI):
  7. =IFERROR(ROUNDDOWN((IF(AQ132="Swing",969,$M$135)*$F$146*AZ132*BH132)/$E$136*(1+0.01*$H$133),0),0)
  8.  
  9. Average damage column (BJ):
  10. =IFERROR(ROUNDDOWN((BI132*(1-IF(AQ132="Swing",$F$147+(180/21/100),$F$147)))+(BI132*IF(AQ132="Swing",$F$147+(180/21/100),$F$147)*(IF(AQ132="Swing",$F$148+0.05,$F$148)+1.5)),0),0)
  11.  
  12. DPS calculation:
  13. =ROUND(SUM(BJ132:BJ190)/SUM(AY132:AY190),0)
  14. Where SUM(BJ132:BJ190) is the total damage, and SUM(AY132:AY190) is the total time.
Advertisement
Add Comment
Please, Sign In to add comment