CHECKLIST

At least X of At most X of

Syntax

CHECKLIST(min, max, v1, v2, v3, ..., vn)

Example

checklist(min, max, v1, v2, v3, ..., vn)

Notes

v1 to vn are a set of n yes/no answers. Return true if the count of 'yes' is between min and max, inclusive. min or max may each be -1 to indicate 'not applicable'.