I have a User Defined Function (for finding the next minimum value in a range) that is not working for nonconcurrent ranges when called from within a worksheet. It returns #VALUE!
This works: =nextmin(A11:A17)
This does not work: =nextmin(D13,E13,F13,F16)
However calling the function from within vba works:
Here is the function:![]()
Please Login or Register to view this content.
If interested, here is the subsequent array sorting function I found (with link to author page):![]()
Please Login or Register to view this content.
Any help is appreciated. Thanks so much.![]()
Please Login or Register to view this content.
Bookmarks