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.

< All Topics
Print

SUM – Add a series of values

Overview

This Custom Field returns the sum of a series of values/arguments.

Syntax

SUM(10,15,25)

SUM(FIELDVAL(Size’),12)

Element Description
Argument1, Argument2 List of values.

Examples

AVG(4,8,12) returns 24.00

AVG(11,15,8,17,22) returns 73.00

AVG(15.8,17.7,22.5) returns 56.00

AVG(FIELDVAL(Size’),12) returns a value dependent on the value of the field ‘Size’. Size = 16 returns 28, Size = 6 returns 18.

See also

MIN

MAX

AVG

FIELDVAL

Table of Contents