EXCEL DOLLAR FUNCTION

This Function translates a number to text and adds a currency symbol to it.

Syntax:

=DOLLAR (number, [decimals])

Parameter list:

  • number – the value to be converted.
  • decimals – [optional] – the number of numbers to the right of the decimal point. The default value is 2.
    If the decimal point is negative, the number will be rounded to the left.

Step By Step Guide of DOLLAR Function

Example :

Here when I gives =DOLLAR(A2, 2), it returns $1234.56 and so on.

  • The DOLLAR function uses currency number format to convert a number to text. $#,##0.00_);($#,##0.00) is the numeric format utilised.
  • Because it can convert numbers to text in currency format as well as other number formats, the TEXT function provides a more versatile approach to achieve the same objective.
  • The currency symbol used is determined by the computer’s language settings.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now