May 04 2023 07:57 PM
Hello everyone,
Ever since visiting the site of Andy Pope, I saw a chart that fascinated me because it can be very useful for creating the bounding area of a set of points. It's known as Convex Hull. Here's Andy's post > https://andypope.info/charts/convexhull.htm
In the post you can download the file, and the VBA is fascinating to say the least.
I was wondering, with the LAMBDA technology and its possibility for recursiveness, is it possible with Lambda or has anyone come across a Lambda formula about it?
Thanks in advance.
May 08 2023 02:55 AM
May 08 2023 03:00 AM
May 08 2023 04:16 AM
May 08 2023 04:18 AM
No, expressions aren't allowed in literal arrays {...}, only constant values.
May 08 2023 04:39 AM
May 08 2023 07:38 AM
Afraid to generate correct answer with AI tool you need more knowledge formulating proper questions rather than to generate the formula by your own from scratch.
May 08 2023 07:41 AM
May 08 2023 08:39 AM
Can't comment details, I don't use AI. Tried with the Bing for a while, but traditional search (which after all is also AI) gives more relevant results. Perhaps in few years the tool will be more reliable, who knows. At the moment that's just a toy. But Excel MVPs as you are have to go with it, hope you give adequate feedback to Microsoft.
May 08 2023 09:23 PM
@Jan Karel Pieterse Thanks of your comments, I have tried like dozen of Lambdas out from ChatGtP but none worked. I still need to work on grasping recursiveness. Sometimes I feel like "I get it" and then in another case I lost it.
May 08 2023 09:31 PM
To all,
Here's another person: Fernando Cinquegrani, who developed a Convex hull UDF. Very interesting stuff. It would be nice to check out his VBA back-end but its locked.
Fernando's site: http://www.prodomosua.it/ppage02.html
On the link above, you will be able to find the workbook with the convex hull right above the section where the graph below appears.