1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
.. SPDX-License-Identifier: BSD-2-Clause
Copyright 2013-2023, John McNamara, jmcnamara@cpan.org
.. _ex_dynamic_arrays:
Example: Dynamic array formulas
===============================
This program is an example of writing formulas that work with dynamic arrays
using some of the new functions and functionality introduced in Excel 365. See
the :func:`write_dynamic_array_formula` method and
:ref:`formula_dynamic_arrays` for more details.
.. image:: _images/dynamic_arrays01.png
.. literalinclude:: ../../../examples/dynamic_arrays.py
|