Hi...
I have been trying to find a solution for this error with no luck. I am executing a PERCENTILE function using a custom function in vba. I am passing the parameters (different ranges to filter data and return the array that will be used to calculate the percentile).
The problem is that sometimes, depending on the parameters, the function gets too long. I already learned that Error 2015 is caused because the function string it longer than 255 characters, and Application.Evaluate has that limit.
Now... is there a simple workaround for this?
Thanks
Bookmarks