Dynamic array formulas #980
JanMarvin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For quite some time now Excel provides dynamic array formulas in MS365. With the upcoming release of Office 2024, these functions will probably appear more and more.
In Excel the cell range is selected dynamically, so the
=SORT()
function will use as many cells as required. When writing withopenxlsx2
this range has to be selected manually. Below an example withopenxlsx2
release 1.5:Beta Was this translation helpful? Give feedback.
All reactions