Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() 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: Code: -------------------- name type value alpha g 1 bravo 5 charlie g 2 delta g #N/A echo 3 foxtrot g 7 -------------------- 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: Code: -------------------- name value alpha 1 charlie 2 sum: 3 -------------------- -- QuantumPion ------------------------------------------------------------------------ QuantumPion's Profile: http://www.excelforum.com/member.php...o&userid=23991 View this thread: http://www.excelforum.com/showthread...hreadid=376117 |
#2
![]() |
|||
|
|||
![]()
But, 1+7 = 8 (namely, add to 8 or less) ; and so, does the given combo
meet the criterion ? Regards. |
#3
![]() |
|||
|
|||
![]()
But, 1+7 = 8 (namely, add to 8 or less) ; and so, does the given combo
meet the criterion ? Regards. |
#4
![]() |
|||
|
|||
![]() My problem is trying to make a forumla that adds the highest values that total less then a limit though. What I need is a way to repeat a forumla until a result is achieved, sort of like: if(sum(rank(1:32)1500,if(sum(rank(2:33)1500,if(s um(rank(3:34)1500, ... ad nausem. -- QuantumPion ------------------------------------------------------------------------ QuantumPion's Profile: http://www.excelforum.com/member.php...o&userid=23991 View this thread: http://www.excelforum.com/showthread...hreadid=376117 |
#5
![]() |
|||
|
|||
![]()
Instead of deploying Sum(Rank(1:32)) ...... ,
you may wish to experiment with : SUM(LARGE(TargetRange,ROW(INDIRECT(ROW()&":"&ROW() +31)))). The reference TargetRange is self-evident. Regards. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Values that meet another cells criteria | Excel Worksheet Functions | |||
Sum the values of one column, only if they meet certain criteria . | Excel Worksheet Functions | |||
COUNTIF MEETING TWO CRITERIA eg>5 AND <10.1 | Excel Worksheet Functions | |||
ranking an row of values | Excel Worksheet Functions | |||
Need formula to check values of data in several cells as criteria | Excel Worksheet Functions |