A list is a comma-separated sequence of other values. For example:
=CHOOSE(3,“1st”,“second”,7,“last”)
In some cases, the list is enclosed in an additional set of parentheses. For example:
=AREAS((B1:B5,C10:C12))