I have a big function with lots of branches of IFS; each branch uses different references of the worksheet: MYFUN = LAMBDA(i, IFS( i = 1, // a formu
I would like to write a user-defined function CHOOSERANGE that returns a range from 4 coordinates. The first version is as follows: CHOOSERANGE = LAMBDA(row_min
Some Excel native functions like VSTACK permit of infinite number of arguments, and they have an intellisense as follows: I would like to know how to define su
The goal is to iterate through rows of the character table and replace each character with it's substitute. The character table in this example is ={"&","&a
I have a model that produces an array of values that can be several hundred columns wide. Every 25th column contains a number that I need to add to the total. I