Convert dollar price as fraction to decimal
=DOLLARDE(fractional_dollar, fraction)
| Parameter | Description |
|---|---|
fractional_dollar |
Dollar component in special fractional notation. |
fraction |
The denominator in the fractional unit. 8 = 1/8, 16 = 1/16, 32 = 1/32, etc. |
For example, to convert the price "3 and 1/16" to an equivalent decimal value, you can use the DOLLARDE function like this:
=DOLLARDE(3.01,16) // returns 3.0625
In the example shown, the formula column E, copied down, is:
=DOLLARDE(C6,D6)