Welcome to Catalog Tips
Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
MUL – Multiply two values
Overview
This Custom Field simply multiplies one number by another.
Syntax
MUL(Number 1, Number 2)
| Element | Description |
|---|---|
| Number 1 | The number to be divided. |
| Number 2 | The number to divide by. |
Example
MUL(FIELDVAL(‘Price’),12)
| Price | MUL(FIELDVAL(Price),12) |
| 5.00 | 60.00 |
| 10.00 | 120.00 |
| 12.00 | 144.00 |
