round the result of an expression to two decimal places

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Need to round the following expression to two decimal places.
"=(Sum([RAW]*24))/Count([raw])"
 
--
Regards

"=(Sum([RAW]*24))/Count([raw])"

int((Sum([RAW]*24))/Count([raw])*100+.5)/100


Patrick Stubbin
 
Back
Top