Hi Guys,
a quick question related to simple addition. i want to add many values like 12.83 233.88 233.23 124.93 213.93 .... it means till 2 decimal. But when i add all of these values i get the answer like 6323,8778734.... ( too many decimal digits) if i round them by ROUND(Sum(.....),2), is it a better way ? because i wanna get exact answer till 2 decimal digits...
anyone can help me ?
Cheers