0

Multiple equations in a formula Help.

Hi, I am not the sharpest tool in the shed and I am trying to get my head around multiple equations in one formula.

example     ( x+x+x)*2  “then” I would like to divide the result by (y) “then” round >up or <down to 0.0 ( 2 Digits)  Can anyone help. I have looked at the Manual but need some guidance. Particularly if you are doing 2,3,4,5 parts. 

Thank you 

2 replies

null
    • giorgio
    • 3 yrs ago
    • Reported - view

    result := round(((x+x+x)*2)/y, 2)

    • Central Park Furnishings
    • Michael_McKenna
    • 3 yrs ago
    • Reported - view

    Thanks Giorgio, much appreciated. 

Content aside

  • 3 yrs agoLast active
  • 2Replies
  • 353Views