SheetRocks
Documentation/Formulas/COL

COL

Column value using COL[A] or COL[1] syntax

COL is a special keyword designed for use within lambda functions like MAP, FILTER, and GROUPBY. It allows you to reference specific columns by letter (COL[A]) or number (COL[1]) when processing rows of data. This enables powerful row-by-row transformations and filtering operations across multiple columns.

Syntax

COL()

Related Functions

Other Special Functions & Keywords functions:


← Back to Formula Reference