How to create a Custom Formula that returns an Array to fill in multiple cells #1177
qcurtemanjc
started this conversation in
API Questions
Replies: 1 comment 7 replies
-
You have values in the cells around the formula so it cannot "spill" to them. Change |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working on creating a new SPLIT formula but I am running in to an issue. I think I have followed all of the documentation correctly on how to create a custom formula that returns an Array, however no matter what I do, I always get a
#SPILL!
error when I call my function from thearraySizeMethod
I have defined. I even return anArraySize
object where I have explicitly set the width/height to what it should be and it still gives me this error. Here is an example of what I am seeing: https://codepen.io/qcurtemanjc/pen/oNPedpBLet me know if you need anything else from me, thank you!
P.S.
Can we also make the
SimpleRangeValue
class a public class like you guys recently did withArraySize
class? That class is needed to return the values as an array from the custom formula but I haven't been able to find it (I could have missed it as well so let me know if I'm mistaken) thanks!Beta Was this translation helpful? Give feedback.
All reactions