Hi,
So, I have a form where I will need to do a calculation. I have a label for Total where then it will be divided by 3. Those division will then divide into 3 labels.
So, take for example the total is 347.
I want the first label 1 and 2 to be 115 instead of 116 (rounded from 115.666666667). So then, the last label will be 347-(115+115) = 117.
Please help.
Thank you.