Ссылки и массивы functions

[ ] indicates optional parameters

АДРЕС(номер_строки, номер_столбца, [абсолютный_номер], [а1], [текст_листа])
ВПР(искомое_значение, табл_массив, номер_индекса_столбца, [диапазон_просмотра])
ВЫБОР(номер_индекса, значение1, [значение2, ...])
ГИПЕРССЫЛКА(адрес_документа, [имя])
ГПР(искомое_значение, таблица, номер_строки, [диапазон_просмотра])
ДВССЫЛ(ссылка, [а1])
ИНДЕКС(ссылка, [номер_строки], [номер_столбца], [номер_области])
ОБЛАСТИ(ссылка)
ПОИСКПОЗ(искомое_значение, искомый_массив, [тип_сопоставления])
ПРОСМОТР(искомое_значение, вектор_просмотра, [вектор_результата])
СМЕЩ(ссылка, строки, столбцы, [высота], [ширина])
СТОЛБЕЦ([ссылка])
СТРОКА([ссылка])
ТРАНСП(массив)
ЧИСЛСТОЛБ(массив)
ЧСТРОК(массив)


Ссылки и массивы functions

АДРЕС(номер_строки, номер_столбца, [абсолютный_номер], [а1], [текст_листа])

Returns a string containing the specified cell address.

номер_строкиThe row number of the cell.
номер_столбцаThe column number of the cell.
абсолютный_номерA number representing whether the row or column are to be absolute or relative. The possible values are:
1Both absolute
2Absolute row, relative column
3Relative row, absolute column
4Both relative
If this parameter is omitted it defaults to 1.
а1Specifies the style of the reference. The possible values are:
ЛОЖЬR1C1 style
ИСТИНАA1 style
If this parameter is omitted it defaults to ИСТИНА.
текст_листаOptional sheet name with which to prefix the reference.


ВПР(искомое_значение, табл_массив, номер_индекса_столбца, [диапазон_просмотра])

Returns a value from a vertical table, found by searching for the lookup value in the left column of the table and then returning a value from the same or a different column in the table.

искомое_значениеThe value to be found in the table.
табл_массивA reference containing the table cells.
номер_индекса_столбцаThe offset of the value to be returned, where 1 is the left column of the table.
диапазон_просмотраWhether to find an approximate or exact match. The possible values are:
ЛОЖЬAn exact match is required
ИСТИНАIf an exact match is not found, use the closest value less than the lookup value
If this parameter is omitted it defaults to ИСТИНА.


ВЫБОР(номер_индекса, значение1, [значение2, ...])

Returns one of several values depending on the index.

номер_индексаThe index of the value to be returned, should be in the range 1 to 29.
значение1, ...Up to 29 values, one of which will be chosen to be the result.


ГИПЕРССЫЛКА(адрес_документа, [имя])

Jumps to a cell or range when this cell is selected.

адрес_документаA text expression that evaluates to the form "filename" or "[filename]reference".
имяThe text to be displayed in the cell. If this parameter is omitted it defaults to the link location text.


ГПР(искомое_значение, таблица, номер_строки, [диапазон_просмотра])

Returns a value from a horizontal table, found by searching for the lookup value in the top row of the table and then returning a value from the same or a different row in the table.

искомое_значениеThe value to be found in the table.
таблицаA reference containing the table cells.
номер_строкиThe offset of the value to be returned, where 1 is the top row of the table.
диапазон_просмотраWhether to find an approximate or exact match. The possible values are:
ЛОЖЬAn exact match is required
ИСТИНАIf an exact match is not found, use the closest value less than the lookup value
If this parameter is omitted it defaults to ИСТИНА.


ДВССЫЛ(ссылка, [а1])

Returns a reference from the specified text.

ссылкаA text expression that evaluates to the name of a cell or range of cells.
а1Specifies the style of the reference. The possible values are:
ЛОЖЬR1C1 style
ИСТИНАA1 style
If this parameter is omitted it defaults to ИСТИНА.


ИНДЕКС(ссылка, [номер_строки], [номер_столбца], [номер_области])

Returns a subset of an array or reference.

ссылкаThe array or reference of which you want the subset.
номер_строкиThe number of the row to return. If this parameter is omitted all rows will be returned.
номер_столбцаThe number of the column to return. If this parameter is omitted all columns will be returned.
номер_областиThe number of the area to return when the reference contains more than one area. If this parameter is omitted it defaults to 1.


ОБЛАСТИ(ссылка)

Returns the number of areas contained in the reference.

ссылкаThe reference whose areas you want to count.


ПОИСКПОЗ(искомое_значение, искомый_массив, [тип_сопоставления])

Returns a number representing the position of a value in a table.

искомое_значениеThe value to be found in the table.
искомый_массивA reference containing the table cells.
тип_сопоставленияWhether to find an approximate or exact match. The possible values are:
1If an exact match is not found, use the closest value less than the lookup value (the table values should be in ascending order)
0An exact match is required
-1If an exact match is not found, use the closest value greater than the lookup value (the table values should be in descending order)
If this parameter is omitted it defaults to 1.


ПРОСМОТР(искомое_значение, вектор_просмотра, [вектор_результата])

Returns a value from a horizontal or vertical table, found by searching for the lookup value in the top row (for a horizontal table) or left column (for a vertical or square table) of the table and then returning a value from the corresponding position in the result range (if specified) or from the bottom row (for a horizontal table) or right column (for a vertical or square table) of the table.

искомое_значениеThe value to be found in the table.
вектор_просмотраA reference containing the table cells.
вектор_результатаThe range of cells from which to return a result. If this parameter is not specified the result will be returned from the opposite row or column of the table range.


СМЕЩ(ссылка, строки, столбцы, [высота], [ширина])

Returns a new reference based on the specified reference.

ссылкаThe reference to be used as a starting point.
строкиThe number of rows to move the reference up (negative) or down (positive).
столбцыThe number of columns to move the reference left (negative) or right (positive).
высотаThe height of the new reference. If this parameter is omitted it defaults to the height of the old reference.
ширинаThe width of the new reference. If this parameter is omitted it defaults to the width of the old reference.


СТОЛБЕЦ([ссылка])

Returns the column number of the reference.

ссылкаThe reference whose column number you want. If this parameter is omitted it defaults to the cell containing the function.


СТРОКА([ссылка])

Returns the row number of the reference.

ссылкаThe reference whose row number you want. If this parameter is omitted it defaults to the cell containing the function.


ТРАНСП(массив)

Returns the transposition of the specified array or reference.

массивThe array or reference whose values you want to transpose.


ЧИСЛСТОЛБ(массив)

Returns the number of columns in the reference.

массивThe reference whose columns you want to count.


ЧСТРОК(массив)

Returns the number of rows in the reference.

массивThe reference whose rows you want to count.