hartjonathand
New Member
- Joined
- May 23, 2016
- Messages
- 18
Hi guys,
Here's what I need help with.
I have 5 columns,
in column 1 I need something that looks like (but obviously works)
=IF(ISBLANK(U22),"",IF(COUNTIF($S$22:$S$408,S22)=1,VALUE(RANK.AVG(U22,$U$22:$U$87)),VALUE(RANK.AVG(SUMIF($S$22:$S$408,S22=$S$23:$S$408,$U$22:$U$408),$U$22:$U$408,0))))
To simplify, U would be column 5 and is where I have all the numerical values. In the column I am entering the command, I need a command that will rank values based on their absolute value size and if the value (e.g. a person) is listed twice, it sums that value and then continues to rank it based on the vector in column 5. Column 2 can have the persons name for ease of helping out, the other columns aren't used for this formula.
To summarize, 1 needs the formula, 2 has the persons name that I need to sum if person exists more than 1x and then have them ranked. The difficulty also is I need to have all persons ranked based on the totals from duplicates as well. If this isn't clear I can paste more. The value command is essential as I am pulling from multiple sheets and dumps.
Thanks
Here's what I need help with.
I have 5 columns,
in column 1 I need something that looks like (but obviously works)
=IF(ISBLANK(U22),"",IF(COUNTIF($S$22:$S$408,S22)=1,VALUE(RANK.AVG(U22,$U$22:$U$87)),VALUE(RANK.AVG(SUMIF($S$22:$S$408,S22=$S$23:$S$408,$U$22:$U$408),$U$22:$U$408,0))))
To simplify, U would be column 5 and is where I have all the numerical values. In the column I am entering the command, I need a command that will rank values based on their absolute value size and if the value (e.g. a person) is listed twice, it sums that value and then continues to rank it based on the vector in column 5. Column 2 can have the persons name for ease of helping out, the other columns aren't used for this formula.
To summarize, 1 needs the formula, 2 has the persons name that I need to sum if person exists more than 1x and then have them ranked. The difficulty also is I need to have all persons ranked based on the totals from duplicates as well. If this isn't clear I can paste more. The value command is essential as I am pulling from multiple sheets and dumps.
Thanks