Hello!
I am looking for a formula to select specific rows in a data sheet (according to a set of criterias), calculate the rank (RANK) for some of these rows (a new set of criterias), and then summarize those ranks. Is this possible and how would I do it? I was thinking about combining RANK with SUMIF but I have not been able to get it to work...
An example; I want to select all rows where column B="5", and then summarize the ranks of rows where B="5" and C="10".
(Each row of data can be in different "rank groups", so it is not possible to add an extra column for each row and calculate the rank directly in the data sheet; the rank will depend on which other rows are included in each set.)
If it helps, I need the ranks for the rows in order to do the Mann-Whitney test.
I am looking for a formula to select specific rows in a data sheet (according to a set of criterias), calculate the rank (RANK) for some of these rows (a new set of criterias), and then summarize those ranks. Is this possible and how would I do it? I was thinking about combining RANK with SUMIF but I have not been able to get it to work...
An example; I want to select all rows where column B="5", and then summarize the ranks of rows where B="5" and C="10".
(Each row of data can be in different "rank groups", so it is not possible to add an extra column for each row and calculate the rank directly in the data sheet; the rank will depend on which other rows are included in each set.)
If it helps, I need the ranks for the rows in order to do the Mann-Whitney test.