How to Use DECIMAL Function

The DECIMAL function converts a number into decimal with the given base.

Formula:

=DECIMAL(text, radix)

Explanations:

Text is required, the text representation of a number.

Radix is required, which is the given base, must be an integer.

Cautions:

Radix must be greater than or equal to 2 and less than or equal to 36.

A radix greater than 10 use the numeric values 0-9 and the letters A-Z as needed.

Download: DECIMAL Function

Leave a Reply