In a formula column, the MULTIPLY() function allows you to multiply the content of several columns.
Formula
MULTIPLY(Column1,Column2,Column3)
Example 1
MULTIPLY(Amount before tax, VAT rate)
Configurator
Result
I have multiplied the content of my Amount before tax column with the content of my VAT rate column to get the amount of my VAT in the column of the same name.
Example 2
MULTIPLY(Amount before tax, 0.2)
Result
I have directly multiplied the content of my column Amount before tax with 0.2. This formula will be valid for the whole column.
This can be useful if you use a fixed rate, it allows you to delete the VAT rate column from my example 1.
Comments
0 comments
Please sign in to leave a comment.