Excel DECIMAL Function

Summary

The Excel DECIMAL function converts an alpha-numeric number into its decimal equivalent.

Purpose

Converts an alpha-numeric number to decimal

Return value

Decimal number

Syntax

=DECIMAL (number, radix)

Arguments

Usage notes

The input string must only contain valid alpha-numeric characters corresponding with the provided base (radix).

BaseAlpha-Numeric Characters
binary0 - 1
octal0 - 7
decimal0 - 9
hexidecimal0 - 9 and A - F

 

Excel DECIMAL Function

Summary

The Excel DECIMAL function converts an alpha-numeric number into its decimal equivalent.

Purpose

Converts an alpha-numeric number to decimal

Return value

Decimal number

Syntax

=DECIMAL (number, radix)

Arguments

Usage notes

The input string must only contain valid alpha-numeric characters corresponding with the provided base (radix).

BaseAlpha-Numeric Characters
binary0 - 1
octal0 - 7
decimal0 - 9
hexidecimal0 - 9 and A - F