Spreadsheet
ERRORTYPE
Returns a number corresponding to each error value. It gives #N/A if there is no error in the given reference. Syntax ERRORTYPE(reference) reference: The cell reference given as input for the function. E.g. A3 Error Type Result #CIRCULARREF! ...
COLUMNS
Returns the number of columns in a given array or reference. Syntax COLUMNS(cell_ref) cell_ref: The reference for the cell or range within which you want to calculate the number of columns. E.g. A1:C8 Examples Formula Result =COLUMNS( A1:C8 ) ...
COLUMN
Returns the column number, given a cell reference. Starts with 1 for Column A. Syntax COLUMN(cell_ref) cell_ref: The cell reference whose column number you want to obtain. If omitted, it returns the column number of the cell containing the ...
CHOOSE
Returns a value from a list, given an index number. Syntax CHOOSE(index; value1; [value2]; ...) value: The values from which one is to be returned. Can be a value, cell reference, or formula. E.g. "Sunday","2/2/19" index: Specifies which values ...
AREAS
Returns the number of areas in a given reference. An area refers to a range of adjacent cells or a single cell. Syntax AREAS(cell_ref) cell_ref: The cell reference in which you want to find the number of areas. Can be a single range, or multiple ...
ADDRESS
Returns a cell reference as a string, given the row and column numbers. Syntax ADDRESS(row; column; [mode]; [ref_type]; [sheet]) row: A number specifying the row. E.g. 1 column: A number (not a letter) specifying the column. E.g. 2 mode: A number ...