Here is a more detailed explanation. I need a function that will sum the n largest values in an array, where the values are less then x and are not #N/A, meet a criteria in a seperate array, and where the total of the sum is less then or equal to y. How can I do this? Thanks.
For example, here is my data:
I want a function that will find the sum of the largest two values that are "g" that add to 8 or less. So the output would look like:![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Bookmarks