Page 1 of 1

Simple matematics plus and divided

Posted: Tue Oct 26, 2021 11:50 am
by talexandar
I need to calculate folowing
(Value1 + value2)/4.
i did folowing in expression {Value1+Value2}, it works, but whwn i say {{Value1+Value2}/4} i have error

thx for answer

Re: Simple matematics plus and divided

Posted: Wed Oct 27, 2021 6:53 am
by Lech Kulikowski
Hello,

You can use the following expression:
{(Value1+Value2)/4}

Thank you.