Typing arrays directly into cells

It is also possible to type an array directly into a cell.

  1. Begin the array with an opening brace (curly bracket).
  2. Enter the numbers on the first row of the array, separated by commas.
  3. If the array has more than one row, enter a semi-colon to indicate the end of the row. For example:
    {1,2,3;11,12,13}
  4. Enter further numbers as required.
  5. Enter a closing brace to indicate the end of the array.
  6. Click on the Tick button to enter the finished array in the cell.

See also Displaying arrays