You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

ROUND returns a rounded value

Syntax

ROUND(NumExp, NumVal)

Arguments

  • NumExp is the value to be rounded
  • NumVal is the number of decimal places that is to be maintained

Examples 

ROUND(A,3)

returns 2.275 for A=2.274825638


  • No labels