Click the cell in which you want to enter the array formula.
Select the range of cells in which you want to enter the array formula.
An array formula, in short, is a formula that gets applied to more than one cell.
Any formula that has the potential to return multiple results can be referred to as a dynamic array formula.
Każda formuła, która ma potencjalnie zwracać wiele wyników, może być określona jako dynamiczna formuła tablicowa.
Because single-row areas only have one row number it does not make any difference whether or not the formula is used as an array formula.
Ponieważ obszary składające się z jednego wiersza mają tylko jeden numer wiersza, nie ma znaczenia, czy formuła została zapisana w postaci macierzowej.
=ROW(D5:D8) returns 5 because the ROW function is not used as array formula and only the number of the first row of the reference is returned.
=WIERSZ(D5:D8) zwraca wartość 5, ponieważ funkcja WIERSZ nie została zapisana w postaci macierzowej, w związku z czym zwracany jest wyłącznie numer pierwszego wiersza odwołania.
Click a cell in the array formula.
Because this function returns an array of values, it must be entered as an array formula.
Ponieważ ta funkcja zwraca tablicę wartości, musi zostać wprowadzona w postaci formuły tablicowej.
The file may be corrupted if a row that contains an array formula is deleted.
Plik może ulec uszkodzeniu, jeśli któryś z wierszy zawierających formułę tablicową zostanie usunięty.
This is an example of a single-cell array formula because the formula lives in just one cell.
Jest to przykład jednokomórkowej formuły tablicowej, ponieważ cała formuła znajduje się w jednej komórce.
An array formula can perform multiple calculations and then return either a single result or multiple results.
Formuła tablicowa może wykonać wiele obliczeń, a następnie zwrócić albo jeden wynik, albo wiele wyników.
To calculate multiple results with an array formula, you must enter the array into a range of cells that has the same number of rows and columns as the array arguments.
Aby obliczyć wiele wyników za pomocą formuły tablicowej, trzeba wprowadzić tablicę w zakresie komórek, który ma tę samą liczbę wierszy i kolumn co argumenty tablicowe.
Because this formula is an array formula, the + operator isn't used to add values; it is used to check for two or more conditions, at least one of which must be met.
Ponieważ jest to formuła tablicowa, operator + nie służy do dodawania wartości, lecz do sprawdzania co najmniej dwóch warunków, z których co najmniej jeden musi być spełniony.