Forum Discussion

RoxyWolf's avatar
RoxyWolf
Copper Contributor
Feb 06, 2020
Solved

help for setting up a formula to calculate monster evolving in Summoners War

Hi. I want to make an excel file that I can use to calculate how many units I can evolve. Basic info: for a 2* (2 star) unit to evolve, it needs to be max level, and needs 2 other 2* units (of any ...
  • RoxyWolf's avatar
    Feb 06, 2020

    I found the solution myself. 

    A1 8
    B1 =Rounddown(A1/2,0)

    A2 6

    B2 =Rounddown(A2+B1/3,0)

     

     

    it was a bit simpler than I thought it would be

Resources