Forum Discussion

afprinter's avatar
afprinter
Copper Contributor
Jun 20, 2019
Solved

Need Help with a Formula for division with multiple variables.

I need help with a formula for: with the variable that only when M is over 250 to divide M by 2 to display it in N & O, when M is over 500 to divide M by 3 to display it in N, O, & P, when M is ove...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jun 20, 2019

    afprinter 

    When

    =IF(COLUMN()-COLUMN($M3)>(INT($M3/250)+1),0,$M3/(INT($M3/250)+1))*($M3>=250)

Resources