The SUMLISTIF function calculates the sum of values from a list that meet a specified condition. It iterates through the list, checks each item against the given condition, and sums only the values that satisfy it.
Syntax:
SUMLISTIF (List that must be added, Condition that must be met)
Parameters:
List that must be added: List you want to sum the elements
Condition that must be met: Logical expression that will be checked to add the element to the list or not
Usage examples:
Sum all rollerdoor widths that are bigger than 3m: