Replies: 4 comments 13 replies
-
I also have a similar problem which I think may be related to the same as @nathipg issue above. Although I'm not sure it's actually a supported feature of custom functions yet. As far as I can tell there is no way to get these values from non simple args? I.e our formula looks like this:
Produces this: I would expect the inner formulas to be executed first by hyperformula and passed as the value in through the args param but that doesn't seem to be the case. |
Beta Was this translation helpful? Give feedback.
-
All our plugins and the docs go through |
Beta Was this translation helpful? Give feedback.
-
One thing: function is responsible for calling |
Beta Was this translation helpful? Give feedback.
-
Hi @nathipg, @taknb2nch I'm more than happy to announce that we just released a new custom functions guide with an advanced example. You should check it out ;) |
Beta Was this translation helpful? Give feedback.
-
Hello!
I’m starting to create custom formulas and I’m kind of confused with how to get the values.
By now I have this simple code:
Being called like this:
=MIN(1,2,A1:A6, A:A)
Which outputs that:
My question is: How do I get the value of those ranges? I looked at HyperFormula documentation, but there’s only a sample that doesn’t use the incoming parameters
Beta Was this translation helpful? Give feedback.
All reactions