CURRENCYMULT
Creates a new currency by multiplying a currency by a number.
Syntax
=CURRENCYMULT(currency, value)
Arguments
Argument | Type | Description |
---|---|---|
currency | Currency | Amount |
value | Number | Value to multiply currency by |
Examples
=CURRENCYMULT(CURRENCY(0.1), 3)
→$0.30
=CURRENCYMULT(CURRENCY(0.2, "EUR"), 3)
→€0.60
=CURRENCYMULT(CURRENCY(0.3, "AUD"), 3.5)
→A$1.05
Updated about 1 year ago
Did this page help you?