DECIMAL

DECIMAL

Synopsis

DECIMAL(text,base)

Description

DECIMAL function converts a number in base base to decimal.

  • base must be an integer between 2 and 36.
  • This function is OpenOffice.Org compatible.

Examples

DECIMAL("A1",16) equals 161.

See also

BASE.