I have tried many variations and read many postings but cannot get this simple
math equation to show 2 decimals. I am totally missing something simple but I am going nuts!
Global Variable is call FinalAvg
Answer is derived from 5 input boxes each with a number. ( VAL1, Val2, etc...)
Numbers are all added up and divided by 5. However I need the answer displayed with
two decimal places.
This is the value for my FinalAvg
int((Val1+Val2+Val3+Val4+Val5)/5)
I can get the answer to display in a text box, but have tried round, floor ..others to display
two decimal places..Please help...