CURRENCYMULTCreates a new currency by multiplying a currency by a number. Suggest EditsSyntax =CURRENCYMULT(currency, value) Arguments ArgumentTypeDescriptioncurrencyCurrencyAmountvalueNumberValue 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.05Updated 9 months ago Table of Contents Syntax Arguments Examples